DataMode
Options for the different DataMode s of an EditorWindow.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum DataMode
Fields
Value | Description |
|---|---|
| Authoring | Uses this mode where only authoring data is available. |
| Disabled | Represents a situation or context in which the usage of DataModes is not applicable. |
| Mixed | Uses this mode where a mix of authoring and runtime data is available. |
| Runtime | Uses this mode where only runtime data is available. |