GUIDField
Initializes and returns an instance of GUIDField.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
GUIDField()
Initializes and returns an instance of GUIDField.
public GUIDField()
GUIDField(int)
Initializes and returns an instance of GUIDField.
public GUIDField(int maxLength)
Parameters
Maximum number of characters for the field.
GUIDField(string, int)
Initializes and returns an instance of GUIDField.
public GUIDField(string label, int maxLength = -1)