Interface IMixedValueSupport
An interface that allows value fields to visually represent a mixed value.
Namespace: UnityEngine.UIElements
Syntax
public interface IMixedValueSupport
Remarks
A mixed value refers to a situation where a value field is editing more than one value at a time. For example, when selecting multiple objects and editing the selection in the Inspector window, selected objects may have different values for the same property. This situation requires value fields to implement their own logic for supporting this situation.
Properties
showMixedValue
Indicates whether to enable the mixed value state on the value field.
Declaration
bool showMixedValue { get; set; }
Property Value
Type | Description |
---|---|
Boolean |