FloatField
Constructor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
FloatField()
Constructor.
public FloatField()
FloatField(int)
Constructor.
public FloatField(int maxLength)
Parameters
Maximum number of characters the field can take.
FloatField(string, int)
Constructor.
public FloatField(string label, int maxLength = 1000)