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

EditorGUI.MixedValueScope Constructor

Declaration

public EditorGUI.MixedValueScope(bool newMixedValue);

Parameters

newMixedValue When you set this value to true, each control inside the group can show a dash (-) if selected objects have different values.

Description

Creates a new MixedValueScope that determines the start of the group of mixed value controls.

Additional resources: EditorGUI.showMixedValue.