LayerField
Initializes and returns an instance of LayerField.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
LayerField(string)
Initializes and returns an instance of LayerField.
public LayerField(string label)
Parameters
The text to use as a label for the field.
LayerField()
Initializes and returns an instance of LayerField.
public LayerField()
LayerField(int)
Initializes and returns an instance of LayerField.
public LayerField(int defaultValue)
Parameters
The initial layer value this field should use.
LayerField(string, int)
Initializes and returns an instance of LayerField.
public LayerField(string label, int defaultValue)