instance_set_transforms
Sets all interpolated transforms on an instance. 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 necessary.
-
"transforms" : Interpolated_transform[]
The array of transforms to set. Note that the transforms element in each entry must be the same size or an error is returned. Also the time elements must be monotonically increasing.