Class SyncObjectBinding
Inheritance
SyncObjectBinding
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
[DisallowMultipleComponent]
public class SyncObjectBinding : MonoBehaviour
Fields
OnCreated
Declaration
public static Action<GameObject> OnCreated
Field Value
OnDestroyed
Declaration
public static Action<GameObject> OnDestroyed
Field Value
streamKey
Declaration
public StreamKey streamKey
Field Value
Methods
OnDestroy()
Declaration
protected void OnDestroy()
Start()
Declaration