Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnsignedLongField

Constructor.
Read time 1 minuteLast updated 7 days ago

Definition

UnsignedLongField()

Constructor.
public UnsignedLongField()

UnsignedLongField(int)

Constructor.
public UnsignedLongField(int maxLength)

Parameters

maxLength

Maximum number of characters the field can take.

UnsignedLongField(string, int)

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

Parameters

label


maxLength

Maximum number of characters the field can take.