set Number Property
fun setNumberProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, value: Float)
Update a number property's value on the view model instance.
Parameters
view Model Instance Handle
The handle of the view model instance that the property belongs to.
property Path
The path to the property that should be updated. Slash delimited.
value
The new value of the property.
Throws
If the CommandQueue has been released.