Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

changedThroughUIWhether the change was initiated by the DataMode switcher UI at the top-right of the EditorWindow.
nextDataModeDataMode to which the EditorWindow should change.

Constructors