-
Notifications
You must be signed in to change notification settings - Fork 1
[Version 4.10] Modifiable Value
Insane96 edited this page Jan 4, 2024
·
1 revision
The Range object is used to set a value of a property.
Inherits Modifiable Object, so can be modified with modifiers.
Modifiable Value (Inherits from Modifiable)
-
value
: the value
This:
"modifiable_value": 10
equals to:
"modifiable_value": {
"value": 10
}
Simple round example. This will round the value to 8:
"modifiable_value": {
"value": 8.25,
"round": 0
}
Check other properties pages for examples.