Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DoubleField

Constructor.
Read time 1 minuteLast updated 4 days ago

Definition

DoubleField()

Constructor.
public DoubleField()

DoubleField(int)

Constructor.
public DoubleField(int maxLength)

Parameters

maxLength

Maximum number of characters the field can take.

DoubleField(string, int)

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

Parameters

label


maxLength

Maximum number of characters the field can take.