Photon Fusion
2.1.1
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 | |
| T | AddBehaviour< T > () |
| Wrapper for Unity's GameObject.AddComponent(). | |
| T | 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(). | |
This class represents the data for a network object prefab.