Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

UnityEventCallState

enumeration

Switch to Manual

Description

Controls the scope of UnityEvent callbacks.

Variables

OffCallback is not issued.
EditorAndRuntimeCallback is always issued.
RuntimeOnlyCallback is only issued in the Runtime and Editor playmode.