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