Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LayerMaskField

Constructor of the field.
Read time 1 minuteLast updated 12 days ago

Definition

LayerMaskField(int)

Constructor of the field.
public LayerMaskField(int defaultMask)

Parameters

defaultMask

The mask to use for a first selection.

LayerMaskField(string, int)

Constructor of the field.
public LayerMaskField(string label, int defaultMask)

Parameters

label

The label to prefix the LayerMaskField.

defaultMask

The mask to use for a first selection.

LayerMaskField()

Constructor of the field.
public LayerMaskField()

LayerMaskField(string)

Constructor of the field.
public LayerMaskField(string label)

Parameters

label

The label to prefix the LayerMaskField.