Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

UnityEventCallState

Description

Controls the scope of UnityEvent callbacks.

Variables

Off Callback is not issued.
EditorAndRuntime Callback is always issued.
RuntimeOnly Callback is only issued in the Runtime and Editor playmode.