DataModeChangeEventArgs
Container for the different parameters of the IDataModeController.dataModeChanged event.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEditor
- Assembly: UnityEditor
public readonly struct DataModeChangeEventArgs
Fields
Value | Description |
|---|---|
| changedThroughUI | Whether the change was initiated by the DataMode switcher UI at the top-right of the EditorWindow. |
| nextDataMode | DataMode to which the EditorWindow should change. |
Constructors
Constructor | Description |
|---|---|
| DataModeChangeEventArgs(UnityEditor.DataMode,System.Boolean) | Constructor for DataModeChangeEventArgs. |