LayerMaskField
Constructor of the field.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
LayerMaskField(int)
Constructor of the field.
public LayerMaskField(int defaultMask)
Parameters
The mask to use for a first selection.
LayerMaskField(string, int)
Constructor of the field.
public LayerMaskField(string label, int defaultMask)
Parameters
LayerMaskField()
Constructor of the field.
public LayerMaskField()
LayerMaskField(string)
Constructor of the field.
public LayerMaskField(string label)
Parameters
The label to prefix the LayerMaskField.