Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public abstract class BaseMaskField<TChoice> : BasePopupField<TChoice, string>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<TChoice>, IMixedValueSupport

Properties

Property

Description

choicesThe list of choices to display in the popup menu.
choicesMasksThe list of masks for every specific choice to display in the popup menu.

Inheritance

Inherited Members