UnityEventCallState
Controls the scope of UnityEvent callbacks.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Events
- Assembly: UnityEngine.CoreModule
public enum UnityEventCallState
Fields
Value | Description |
|---|---|
| EditorAndRuntime | Callback is always issued. |
| Off | Callback is not issued. |
| RuntimeOnly | Callback is only issued in the Runtime and Editor playmode. |