FloatField
Makes a text field for entering a float. For more information, refer to UXML element FloatField.
Read time 8 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: TextValueField<float>
- Implements: IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<float>, IMixedValueSupport, IValueField<float>
public class FloatField : TextValueField<float>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IBindable, INotifyValueChanged<float>, IMixedValueSupport, IValueField<float>
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 |
|---|---|
| FloatField() | Constructor. |
| FloatField(System.Int32) | Constructor. |
| FloatField(System.String,System.Int32) | Constructor. |
Methods
Method | Description |
|---|---|
| ApplyInputDeviceDelta | Applies the values of a 3D delta and a speed from an input device. |
| StringToValue | Converts a string to a float. |
| ValueToString | Converts the given float to a string. |