Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VisualElementReferenceField

Makes a field to receive any VisualElementReference type.
Read time 9 minutesLast updated 5 days ago

Definition

public class VisualElementReferenceField : BaseField<VisualElementReference>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<VisualElementReference>

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.
objectUssClassNameUSS class name of object elements in elements of this type.
selectorUssClassNameUSS class name of selector elements in elements of this type.
ussClassNameUSS class name of elements of this type.

Constructors

Constructor

Description

VisualElementReferenceField(System.String)Initializes a new instance of the VisualElementReferenceField class with the specified label.

Properties

Property

Description

elementTypeThe type that can be assigned, must be a VisualElement or derive from it.

Inheritance

Inherited Members