Struct GhostMetrics
A list of serialized ghosts metrics.
To find the corresponding ghost name for each metric, each index in this buffer is a 1 to 1 mapping of GhostNames
Assembly: Unity.NetCode.dll
Syntax
public struct GhostMetrics : IBufferElementData
Fields
ChunkCount
Only Available on Server
How many chunks we needed to go through in order to create the snapshot.
Declaration
Field Value
InstanceCount
How many instances of this ghost was in the serialized packet.
Declaration
public uint InstanceCount
Field Value
SizeInBits
The size of the serialized ghost in bits
Declaration
Field Value
Uncompressed
Only Available on Client
The uncompressed size of the ghost.
Declaration
Field Value
Implements