Class SyncObjectBinding
Inherited Members
Namespace: UnityEngine.Reflect
Syntax
[DisallowMultipleComponent]
public class SyncObjectBinding : MonoBehaviour
Fields
identifier
Declaration
public SyncObjectBinding.Identifier identifier
Field Value
Type | Description |
---|---|
SyncObjectBinding.Identifier |
OnCreated
Declaration
public static Action<GameObject> OnCreated
Field Value
Type | Description |
---|---|
Action<GameObject> |
OnDestroyed
Declaration
public static Action<GameObject> OnDestroyed
Field Value
Type | Description |
---|---|
Action<GameObject> |
Methods
OnDestroy()
Declaration
protected void OnDestroy()
Start()
Declaration
protected void Start()