Struct HostMigrationStats
Statistics for a running host migration system on the host.
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct HostMigrationStats : IComponentData, IQueryTypeParameter
Fields
GhostCount
How many ghosts are present in the host migration data.
Declaration
public int GhostCount
Field Value
Type | Description |
---|---|
int |
LastDataUpdateTime
The last time the host migration data blob was updated. Accessed via Get
Declaration
public double LastDataUpdateTime
Field Value
Type | Description |
---|---|
double |
PrefabCount
How many ghost prefabs are in the host migration data.
Declaration
public int PrefabCount
Field Value
Type | Description |
---|---|
int |
TotalUpdateSize
The total upload size collected so far from the host migration system.
Declaration
public int TotalUpdateSize
Field Value
Type | Description |
---|---|
int |
UpdateSize
The size of the last serialized host migration data blob. This is the blob accessed via Get
Declaration
public int UpdateSize
Field Value
Type | Description |
---|---|
int |