| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Events.UnityEventCallState.html | [Back] [Original] |
Controls the scope of UnityEvent callbacks.
| Property | Description |
|---|---|
| Off | Callback is not issued. |
| EditorAndRuntime | Callback is always issued. |
| RuntimeOnly | Callback is only issued in the Runtime and Editor playmode. |
| Web Proxy Viewer | New URL | Original Page |