Version: 2023.2
言語: 日本語
public void UpdateSupportedDataModes (IList<DataMode> supportedDataMode, DataMode preferredDataMode);

パラメーター

supportedDataMode A list of the supported DataModes.
preferredDataMode Preferred data mode to use given the current context when the DataMode switcher UI is set to Automatic.

説明

Updates the list of DataModes that the EditorWindow supports, and sets the preferred DataMode to use when the DataMode switcher UI is set to Automatic.

If the DataMode switcher UI is currently set to Automatic, the Editor window also changes to that preferred DataMode.