Photon Fusion 2.1.1

NetworkObjectMeta Class Reference

Meta information about a network object. More...

Public Member Functions

override string ToString ()

Properties

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

Detailed Description

Meta information about a network object.

Member Function Documentation

◆ ToString()

override string ToString ( )
Returns