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

DoubleField Constructor

Declaration

public DoubleField();

Description

Constructor.


Declaration

public DoubleField(int maxLength);

Parameters

maxLength Maximum number of characters the field can take.

Description

Constructor.


Declaration

public DoubleField(string label, int maxLength);

Parameters

maxLength Maximum number of characters the field can take.

Description

Constructor.