Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LongField

Constructor.
Read time 1 minuteLast updated 13 days ago

Definition

LongField()

Constructor.
public LongField()

LongField(int)

Constructor.
public LongField(int maxLength)

Parameters

maxLength

Maximum number of characters the field can take.

LongField(string, int)

Constructor.
public LongField(string label, int maxLength = 1000)

Parameters

label


maxLength

Maximum number of characters the field can take.