Class SyncObjectBinding
Inheritance
SyncObjectBinding
Syntax
public class SyncObjectBinding : MonoBehaviour
Fields
identifier
Declaration
public SyncObjectBinding.Identifier identifier
Field Value
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