Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Hash128Field

Makes a field for editing an Hash128. For more information, refer to UXML element Hash128Field.
Read time 10 minutesLast updated 3 days ago

Definition

[Icon("UIToolkit/Icons/Hash128Field.png")][UxmlElement(libraryPath = "Numeric Fields")]public class Hash128Field : TextInputBaseField<Hash128>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<Hash128>

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

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

Inheritance

Inherited Members