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