FusionNetworkData Class
Extends NetworkBehaviour, INetworkData
A Photon Fusion concrete implementation of INetworkData Used to manage a Player and Anchor list that all players that colocated are in.
uint ColocationGroupCount[Get]
NetworkLinkedList< FusionAnchor > AnchorList[Get]
NetworkLinkedList< FusionPlayer > PlayerList[Get]
void AddPlayer ( Player player )
void RemovePlayer ( Player player )
Player? GetPlayerWithPlayerId ( ulong playerId )
Player? GetPlayerWithOculusId ( ulong oculusId )
List< Player > GetAllPlayers ( )
void AddAnchor ( Anchor anchor )
void RemoveAnchor ( Anchor anchor )
Anchor? GetAnchor ( ulong ownerOculusId )
List< Anchor > GetAllAnchors ( )
uint GetColocationGroupCount ( )
void IncrementColocationGroupCount ( )