Photon Fusion 2.0.3

Public Attributes | List of all members
NetworkObjectPrefabData Class Reference

This class represents the data for a network object prefab. More...

Inherits Behaviour.

Public Attributes

NetworkObjectGuid Guid
 The unique identifier for the network object. More...
 

Additional Inherited Members

- Public Member Functions inherited from Behaviour
AddBehaviour< T > ()
 Wrapper for Unity's GameObject.AddComponent() More...
 
GetBehaviour< T > ()
 Wrapper for Unity's GameObject.GetComponentInChildren() More...
 
bool TryGetBehaviour< T > (out T behaviour)
 Wrapper for Unity's GameObject.TryGetComponent() More...
 
- Static Public Member Functions inherited from Behaviour
static void DestroyBehaviour (Behaviour behaviour)
 Wrapper for Unity's GameObject.Destroy() More...
 

Detailed Description

This class represents the data for a network object prefab.

Member Data Documentation

◆ Guid

The unique identifier for the network object.