AVOLITES TITAN API

IncrementCursorPosition

Increments the cursor position and live time.

Namespace: Editor.Timelines

Syntax

MACRO

Void Editor.Timelines.IncrementCursorPosition(TimeSpan timeSpan, Boolean fast)

HTTP

http://[ip]:4430/titan/script/2/Editor/Timelines/IncrementCursorPosition?timeSpan={}&fast={bool}

Parameters

timeSpan ( TimeSpan ) : The time span.

fast ( Boolean ) : Set to true to move in larger increments.

fast

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Timelines/IncrementCursorPosition?timeSpan={}&fast=true