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

UnsignedIntegerField Constructor

Declaration

public UnsignedIntegerField();

Description

Constructor.


Declaration

public UnsignedIntegerField(int maxLength);

Parameters

maxLength Maximum number of characters the field can take.

Description

Constructor.


Declaration

public UnsignedIntegerField(string label, int maxLength);

Parameters

maxLength Maximum number of characters the field can take.

Description

Constructor.