Hash128Field
Makes a field for editing an Hash128. For more information, refer to UXML element Hash128Field.
Read time 10 minutesLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: TextInputBaseField<Hash128>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, IMixedValueSupport, INotifyValueChanged<Hash128>
[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 |
|---|---|
| inputUssClassName | USS class name of input elements in elements of this type. |
| labelUssClassName | USS class name of labels in elements of this type. |
| ussClassName | USS 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. |