Photon Fusion 1.1.9

Public Member Functions | Public Attributes | Static Public Attributes | List of all members
NetworkObjectHeader Struct Reference

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.
 
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
 

Detailed Description

Network meta information for a NetworkObject.