Photon Fusion 2.1.1

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.

Additional Inherited Members

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

Detailed Description

This class represents the data for a network object prefab.