AVOLITES TITAN API

IncrementWheelParameter

Takes the wheel increments and adds them to the parameter being displayed on the wheel that moved.

Namespace: Editor.Shapes

Syntax

MACRO

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

HTTP

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

Parameters

wheelIndex ( Int32 ) : The index of the wheel that moved.

value ( Double ) : The amount the wheel moved.

timeDelta ( Double ) : The time delta.