Version: 2022.1
LanguageEnglish
  • C#

LayerField Constructor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public LayerField(string label);

Parameters

label The text to use as a label for the field.

Description

Initializes and returns an instance of LayerField.


Declaration

public LayerField();

Description

Initializes and returns an instance of LayerField.


Declaration

public LayerField(int defaultValue);

Parameters

defaultValue The initial layer value this field should use.

Description

Initializes and returns an instance of LayerField.


Declaration

public LayerField(string label, int defaultValue);

Parameters

label The text to use as a label for the field.
defaultValue The initial layer value this field should use.

Description

Initializes and returns an instance of LayerField.