Version: 2020.1
언어: 한국어

UnityEventCallState

enumeration

매뉴얼로 전환

설명

Controls the scope of UnityEvent callbacks.

변수

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