Struct GhostCollectionCustomSerializers
Singleton component that holds the list of custom chunk serializers.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct GhostCollectionCustomSerializers : IComponentData, IQueryTypeParameter
Fields
Serializers
Associate a GhostPrefabCustomSerializer for a specific prefab guid (or GhostType) The Hash128 can be derived from the GhostType via the explicit cast operator.
Declaration
public NativeHashMap<Hash128, GhostPrefabCustomSerializer> Serializers
Field Value
Type | Description |
---|---|
NativeHashMap<Hash128, GhostPrefabCustomSerializer> |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter