Mask64Field
The Mask64Field is a control that lets users select one or more options from a list of 64-bit mask options.
Read time 10 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: BaseMask64Field
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<ulong>
[UxmlElement(libraryPath = "Controls")][Icon("UIToolkit/Icons/Mask64Field.png")]public class Mask64Field : BaseMask64Field, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<ulong>
Static Fields
Value | Description |
|---|---|
| inputUssClassName | USS class name of input elements in elements of this type. |
| labelUssClassName | USS class name of labels in elements of this type. |
| ussClassName | USS class name of elements of this type. |
Constructors
Constructor | Description |
|---|---|
| Mask64Field() | Initializes and returns an instance of Mask64Field. |
| Mask64Field(System.Collections.Generic.List{System.String},System.UInt64,System.Func{System.String,System.String},System.Func{System.String,System.String}) | Initializes and returns an instance of Mask64Field. |
| Mask64Field(System.String) | Initializes and returns an instance of Mask64Field. |
| Mask64Field(System.String,System.Collections.Generic.List{System.String},System.UInt64,System.Func{System.String,System.String},System.Func{System.String,System.String}) | Initializes and returns an instance of Mask64Field. |
Properties
Property | Description |
|---|---|
| formatListItemCallback | Callback that provides a string representation used to populate the popup menu. |
| formatSelectedValueCallback | Callback that provides a string representation used to display the selected value. |