Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LayerField

A LayerField editor. For more information, refer to UXML element LayerField.
Read time 9 minutesLast updated 21 hours ago

Definition

[UxmlElement(visibility = LibraryVisibility.Visible)][Icon("UIToolkit/Icons/LayerField.png")]public class LayerField : PopupField<int>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<int>

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

Constructor

Description

LayerField()Initializes and returns an instance of LayerField.
LayerField(System.Int32)Initializes and returns an instance of LayerField.
LayerField(System.String)Initializes and returns an instance of LayerField.
LayerField(System.String,System.Int32)Initializes and returns an instance of LayerField.

Properties

Property

Description

formatListItemCallbackUnsupported.
formatSelectedValueCallbackUnsupported.

Inheritance

Inherited Members