Struct __GHOST_COLLECTION_PREFIX__GhostSerializerCollection
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Syntax
public struct __GHOST_COLLECTION_PREFIX__GhostSerializerCollection : IGhostSerializerCollection
Methods
BeginSerialize(ComponentSystemBase)
Declaration
public void BeginSerialize(ComponentSystemBase system)
Parameters
Implements
CalculateImportance(Int32, ArchetypeChunk)
Declaration
public int CalculateImportance(int serializer, ArchetypeChunk chunk)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Implements
FindGhostType<T>()
Declaration
public static int FindGhostType<T>()
where T : struct, ISnapshotData<T>
Returns
Type |
Description |
System.Int32 |
|
Type Parameters
FindSerializer(EntityArchetype)
Declaration
public int FindSerializer(EntityArchetype arch)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Implements
GetSnapshotSize(Int32)
Declaration
public int GetSnapshotSize(int serializer)
Parameters
Type |
Name |
Description |
System.Int32 |
serializer |
|
Returns
Type |
Description |
System.Int32 |
|
Implements
Serialize(SerializeData)
Declaration
public int Serialize(SerializeData data)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Implements
WantsPredictionDelta(Int32)
Declaration
public bool WantsPredictionDelta(int serializer)
Parameters
Type |
Name |
Description |
System.Int32 |
serializer |
|
Returns
Type |
Description |
System.Boolean |
|
Implements