AVOLITES TITAN API

SetWheelParameter

Sets the wheel parameter.

Namespace: Group.Editor

Syntax

MACRO

Void Group.Editor.SetWheelParameter(Int32 wheelIndex, Single value, Boolean fan, Boolean rotateGroup)

HTTP

http://[ip]:4430/titan/script/2/Group/Editor/SetWheelParameter?wheelIndex={titanId}&value={float}&fan={bool}&rotateGroup={bool}

Parameters

wheelIndex ( Int32 ) : Index of the wheel.

value ( Single ) : The value.

fan ( Boolean ) : if set to true [fan].

fan

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/SetWheelParameter?wheelIndex={titanId}&value={float}&fan=true&rotateGroup=true

rotateGroup ( Boolean ) : if set to true [rotate group].

rotateGroup

HTTP Example:
http://localhost:4430/titan/script/2/Group/Editor/SetWheelParameter?wheelIndex={titanId}&value={float}&fan=true&rotateGroup=true