AVOLITES TITAN API

ReorderEffectLayer

Moves a layer up in the effect layer order

Namespace: Editor.PixelMapper

Syntax

MACRO

Void Editor.PixelMapper.ReorderEffectLayer(Int32 effectId, Int32 layerId, Boolean moveUpOrder)

HTTP

http://[ip]:4430/titan/script/2/Editor/PixelMapper/ReorderEffectLayer?effectId={titanId}&layerId={titanId}&moveUpOrder={bool}

Parameters

effectId ( Int32 ) : The effect Id

layerId ( Int32 ) : The layer Id

moveUpOrder ( Boolean ) : True to move the layer up in the order, false to move it down

moveUpOrder

HTTP Example:
http://localhost:4430/titan/script/2/Editor/PixelMapper/ReorderEffectLayer?effectId={titanId}&layerId={titanId}&moveUpOrder=true