This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

TextInputFieldBase<T0> Constructor

Declaration

public TextInputFieldBase<T0>(int maxLength, char maskChar);

Parameters

maxLength Maximum number of characters for the field.
maskChar The character used for masking in a password field.

Description

Constructor.