DoubleConstrainedValue

extends Instance

Class fields

FieldXML typeValue
NamestringDoubleConstrainedValue
ExplorerOrderstring3
ExplorerImageIndexstring4
summarystringStores a double value in it's Value member. Value is clamped to be in range of Min and MaxValue. Useful to share double information across multiple scripts.

Properties

5
ConstrainedValue
double
FieldXML typeValue
NamestringConstrainedValue
MaxValue
double
FieldXML typeValue
NamestringMaxValue
summarystringThe maximum we allow this Value to be set. If Value is set higher than this, it automatically gets adjusted to MaxValue
MinValue
double
FieldXML typeValue
NamestringMinValue
summarystringThe minimum we allow this Value to be set. If Value is set lower than this, it automatically gets adjusted to MinValue
Value
double
FieldXML typeValue
NamestringValue
value
double
FieldXML typeValue
Namestringvalue

Events

2
Changed
(value: double) → void
FieldXML typeValue
NamestringChanged
changed
(value: double) → void
FieldXML typeValue
Namestringchanged