Show / Hide Table of Contents

Struct EntityFieldInfo

Namespace: LiteEntitySystem.Internal
Assembly: LiteEntitySystem.dll
Syntax
public struct EntityFieldInfo

Constructors

EntityFieldInfo(string, Type, ushort, ushort, SyncFlags, bool)

Declaration
public EntityFieldInfo(string name, Type type, ushort id, ushort syncableId, SyncFlags flags, bool hasChangeNotification)
Parameters
Type Name Description
string name
Type type
ushort id
ushort syncableId
SyncFlags flags
bool hasChangeNotification

Fields

ActualType

Declaration
public readonly Type ActualType
Field Value
Type Description
Type

FixedOffset

Declaration
public int FixedOffset
Field Value
Type Description
int

Flags

Declaration
public readonly SyncFlags Flags
Field Value
Type Description
SyncFlags

HasChangeNotification

Declaration
public readonly bool HasChangeNotification
Field Value
Type Description
bool

Id

Declaration
public readonly ushort Id
Field Value
Type Description
ushort

IntSize

Declaration
public readonly int IntSize
Field Value
Type Description
int

IsPredicted

Declaration
public readonly bool IsPredicted
Field Value
Type Description
bool

Name

Declaration
public readonly string Name
Field Value
Type Description
string

PredictedOffset

Declaration
public int PredictedOffset
Field Value
Type Description
int

Size

Declaration
public readonly uint Size
Field Value
Type Description
uint

SyncableId

Declaration
public readonly ushort SyncableId
Field Value
Type Description
ushort
In this article
Back to top Generated by DocFX