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