BaseMaskField<TChoice>
Base class implementing the shared functionality for editing bit mask values. For more information, refer to UXML element MaskField.
Read time 8 minutesLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BasePopupField<T, string>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<T>, IMixedValueSupport
public abstract class BaseMaskField<TChoice> : BasePopupField<TChoice, string>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<TChoice>, IMixedValueSupport
Properties
Property | Description |
|---|---|
| choices | The list of choices to display in the popup menu. |
| choicesMasks | The list of masks for every specific choice to display in the popup menu. |