This version of Unity is unsupported.

Hash128Field Constructor

Declaration

public Hash128Field();

Declaration

public Hash128Field(int maxLength);

Declaration

public Hash128Field(string label, int maxLength);

Parameters

maxLength The maximum number of characters the field can accept.
label The label of the field.

Description

Constructor.