Version: 2022.3

IDataModeController.UpdateSupportedDataModes

切换到手册
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.