Enum ContextType
Describes in which context a VisualElement hierarchy is being ran.
Namespace: UnityEngine.UIElements
Syntax
public enum ContextType : int
Fields
Name | Description | Value |
---|---|---|
Editor | Currently running in the Unity Editor. |
|
Player | Currently running in an Unity Player. |