LayerMaskField Constructor

Declaration

public LayerMaskField(int defaultMask);

Parameters

defaultMask The mask to use for a first selection.

Description

Constructor of the field.


Declaration

public LayerMaskField(string label, int defaultMask);

Parameters

label The label to prefix the <see cref="LayerMaskField" />.
defaultMask The mask to use for a first selection.

Description

Constructor of the field.


Declaration

public LayerMaskField();

Description

Constructor of the field.


Declaration

public LayerMaskField(string label);

Parameters

label The label to prefix the <see cref="LayerMaskField" />.

Description

Constructor of the field.


Did you find this page useful? Please give it a rating: