Photon Fusion 2.0.3

Properties | List of all members
NetworkObjectMeta Class Reference

Meta information about a network object. More...

Properties

NetworkObjectHeaderFlags Flags [get]
 The flags indicating various states or properties of the network object. More...
 
NetworkId Id [get]
 Get the NetworkId of this object. More...
 
PlayerRef InputAuthority [get]
 Get the Player that has input authority over this object. More...
 
NetworkObjectNestingKey NestingKey [get]
 The nesting key of the network object. More...
 
NetworkId NestingRoot [get]
 Get the NetworkId of the root object in the nesting hierarchy. More...
 
PlayerRef StateAuthority [get]
 Get the Player that has state authority over this object. More...
 
NetworkObjectTypeId Type [get]
 Get the NetworkObjectTypeId of this object. More...
 

Detailed Description

Meta information about a network object.

Property Documentation

◆ Flags

The flags indicating various states or properties of the network object.

◆ Id

NetworkId Id
get

Get the NetworkId of this object.

◆ InputAuthority

PlayerRef InputAuthority
get

Get the Player that has input authority over this object.

◆ NestingKey

NetworkObjectNestingKey NestingKey
get

The nesting key of the network object.

◆ NestingRoot

NetworkId NestingRoot
get

Get the NetworkId of the root object in the nesting hierarchy.

◆ StateAuthority

PlayerRef StateAuthority
get

Get the Player that has state authority over this object.

◆ Type

Get the NetworkObjectTypeId of this object.