Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FloatField

Constructor.
Read time 1 minuteLast updated 6 days ago

Definition

FloatField()

Constructor.
public FloatField()

FloatField(int)

Constructor.
public FloatField(int maxLength)

Parameters

maxLength

Maximum number of characters the field can take.

FloatField(string, int)

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

Parameters

label


maxLength

Maximum number of characters the field can take.