Struct GhostDeserializerState
Namespace: Unity.NetCode
Syntax
public struct GhostDeserializerState
Fields
GhostMap
Declaration
public NativeParallelHashMap<SpawnedGhost, Entity> GhostMap
Field Value
| Type | Description |
|---|---|
| NativeParallelHashMap<SpawnedGhost, Entity> |
GhostOwner
Declaration
public int GhostOwner
Field Value
| Type | Description |
|---|---|
| Int32 |
SendToOwner
Declaration
public SendToOwnerType SendToOwner
Field Value
| Type | Description |
|---|---|
| SendToOwnerType |
SnapshotTick
Declaration
public uint SnapshotTick
Field Value
| Type | Description |
|---|---|
| UInt32 |