Struct RpcDeserializerState
Interop struct used to pass additional data to the Deserialize(ref DataStreamReader, in RpcDeserializerState, ref T) method.
Inherited Members
Namespace: Unity.NetCode
Syntax
public struct RpcDeserializerState
Fields
ghostMap
Read-only map for retrieving the entity bound the given SpawnedGhost. Used to deserialize replicated ghost entity references.
Declaration
public NativeParallelHashMap<SpawnedGhost, Entity>.ReadOnly ghostMap
Field Value
Type | Description |
---|---|
NativeParallelHashMap.ReadOnly<> |