Struct GhostMetrics
A list of serialized ghosts metrics.
Implements
IBufferElementData
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct GhostMetrics : IBufferElementData
Fields
ChunkCount
Declaration
public uint ChunkCount
Field Value
Type | Description |
---|---|
uint |
InstanceCount
How many instances of this ghost was in the serialized packet.
Declaration
public uint InstanceCount
Field Value
Type | Description |
---|---|
uint |
SizeInBits
The size of the serialized ghost in bits
Declaration
public uint SizeInBits
Field Value
Type | Description |
---|---|
uint |
Uncompressed
Declaration
public uint Uncompressed
Field Value
Type | Description |
---|---|
uint |
Implements
Unity.Entities.IBufferElementData