Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

DataModeChangeEventArgs

struct in UnityEditor

Description

Container for the different parameters of the IDataModeController.dataModeChanged event.

Properties

changedThroughUIWhether 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

DataModeChangeEventArgsConstructor for DataModeChangeEventArgs.