Network meta information for a NetworkObject. More...
Inherits INetworkStruct.
Public Member Functions | |
override string | ToString () |
Public Attributes | |
fixed int | _reserved [5] |
int | AreaOfInterestLayerMask |
NetworkObjectHeaderFlags | Flags |
NetworkId | Id |
PlayerRef | InputAuthority |
NetworkObjectNestingKey | NestingKey |
NetworkId | NestingRoot |
The id of the root most NetworkObject, if this NetworkObject is nested. More... | |
NetworkObjectPredictionKey | PredictionKey |
Guid | SceneGuid |
PlayerRef | StateAuthority |
int | TransformOffset |
NetworkPrefabId | Type |
int | WordCount |
Static Public Attributes | |
const int | INPUT_AUTHORITY_OFFSET = 12 |
const int | REPLICATE_WORD_OFFSET = 11 |
const int | STATE_AUTHORITY_OFFSET = 13 |
const int | WORD_COUNT = 20 |
Network meta information for a NetworkObject.
NetworkId NestingRoot |
The id of the root most NetworkObject, if this NetworkObject is nested.