extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | DoubleConstrainedValue |
ExplorerOrder | string | 3 |
ExplorerImageIndex | string | 4 |
summary | string | Stores 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
5ConstrainedValue
double| Field | XML type | Value |
|---|---|---|
Name | string | ConstrainedValue |
MaxValue
double| Field | XML type | Value |
|---|---|---|
Name | string | MaxValue |
summary | string | The maximum we allow this Value to be set. If Value is set higher than this, it automatically gets adjusted to MaxValue |
MinValue
double| Field | XML type | Value |
|---|---|---|
Name | string | MinValue |
summary | string | The minimum we allow this Value to be set. If Value is set lower than this, it automatically gets adjusted to MinValue |
Value
double| Field | XML type | Value |
|---|---|---|
Name | string | Value |
value
double| Field | XML type | Value |
|---|---|---|
Name | string | value |
Events
2Changed
(value: double) → void| Field | XML type | Value |
|---|---|---|
Name | string | Changed |
changed
(value: double) → void| Field | XML type | Value |
|---|---|---|
Name | string | changed |