Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.