AVOLITES TITAN API

IncrementWheelParameterFast

Increments the shape parameters, currently being displayed on the wheels. Introduces a multiplier into the increment value to get through the full range in exactly one turn. Used for shift-wheel.

Namespace: Editor.Shapes

Syntax

MACRO

Void Editor.Shapes.IncrementWheelParameterFast(Int32 wheelIndex, Double value, Double timeDelta)

HTTP

http://[ip]:4430/titan/script/2/Editor/Shapes/IncrementWheelParameterFast?wheelIndex={titanId}&value={double}&timeDelta={double}

Parameters

wheelIndex ( Int32 ) : The index of the wheel containing a parameter to increment.

value ( Double ) : The amount you want to increment the shape parameter.

timeDelta ( Double ) : The time delta.