IMixedValueSupport
An interface that allows value fields to visually represent a mixed value.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
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
Property | Description |
|---|---|
| showMixedValue | Indicates whether to enable the mixed value state on the value field. |