Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

[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

inputUssClassNameUSS class name of input elements in elements of this type.
labelUssClassNameUSS class name of labels in elements of this type.
ussClassNameUSS class name of elements of this type.

Constructors

Properties

Property

Description

formatListItemCallbackCallback that provides a string representation used to populate the popup menu.
formatSelectedValueCallbackCallback that provides a string representation used to display the selected value.

Inheritance

Inherited Members