BaseMask64Field
A control that lets users select one or more options from a list of options.
Read time 9 minutesLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BasePopupField<ulong, string>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<ulong>
public abstract class BaseMask64Field : BasePopupField<ulong, string>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<ulong>
Remarks
The difference between Mask64Field and MarkField is that Mask64Field supports a 64-bit bitmask while MarkField supports a 32-bit bitmask. For more information, refer to UXML element Mask64Field.
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. |