Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnsignedLongField

Makes a text field for entering unsigned long integers. For more information, refer to UXML element UnsignedLongField.
Read time 11 minutesLast updated 2 days ago

Definition

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

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 a unsigned long integer.
ValueToStringConverts the given unsigned long integer to a string.

Inheritance

Inherited Members