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

BaseBoolField Constructor

Declaration

public BaseBoolField(string label);

Parameters

label The Label text.

Description

Creates a BaseBoolField with a Label and a default manipulator.

The default manipulator makes it possible to activate the BaseBoolField with a left mouse click.