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 | |
T | AddBehaviour< T > () |
Wrapper for Unity's GameObject.AddComponent() More... | |
T | 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... | |
This class represents the data for a network object prefab.
NetworkObjectGuid Guid |
The unique identifier for the network object.