Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RenderingLayerMaskField

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

Definition

RenderingLayerMaskField(uint)

Constructor of the field.
public RenderingLayerMaskField(uint defaultMask)

Parameters

defaultMask

The mask to use for a first selection.

RenderingLayerMaskField(string)

Constructor of the field.
public RenderingLayerMaskField(string label)

Parameters

label

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)

Parameters

label

The label to prefix the RenderingLayerMaskField.

defaultMask

The mask to use for a first selection.