IntConstrainedValue

extends Instance

Class fields

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

Properties

5
ConstrainedValue
int64
FieldXML typeValue
NamestringConstrainedValue
MaxValue
int64
FieldXML typeValue
NamestringMaxValue
MinValue
int64
FieldXML typeValue
NamestringMinValue
Value
int64
FieldXML typeValue
NamestringValue
value
int64
FieldXML typeValue
Namestringvalue

Events

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