Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnsignedIntegerField

Makes a text field for entering an unsigned integer. For more information, refer to UXML element UnsignedIntegerField.
Read time 11 minutesLast updated 4 days ago

Definition

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

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

Methods

Method

Description

ApplyInputDeviceDeltaApplies the values of a 3D delta and a speed from an input device.
StringToValueConverts a string to an unsigned integer.
ValueToStringConverts the given unsigned integer to a string.

Inheritance

Inherited Members