UnityEventCallState

enumeration

Description 描述

Controls the scope of UnityEvent callbacks.

Properties 属性

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