instance_set_transformations
Sets the transform elements for a particular time slot. Calling this puts the instance into interpolated mode.
arguments
-
"change_types" : Boolean (default: true)
If true then the types in the transform array will be changed to match the types in the transforms array.
-
"instance_name" : String
The name of the instance. This name must be the full database name of the instance, including namespace.
-
"resize" : Boolean (default: true)
If true then the time array and transform array will be resized to fit if time_index or transformations are too large for their respective arrays. Any new values will evaluate to the identity transform. If false then an error is returned if invalid sizes are used.
-
"time_index" : Size
The index into the time array to get.
-
"transformations" : Transform_element[]
The array of transform elements to set.