ProtoFlux:ShiftPosition: Difference between revisions

From Resonite Wiki
Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=Shift Position |Category=Media |Inputs= [ {"Name":"*", "Type":"Call"}, {"Name":"Target", "Type":"IPlayable"}, {"Name":"Delta", "Type":"float"} ] |Outputs= [ {"Name":"Next", "Type":"Continuation"} ] |}} The Shift Position node tells a IPlayable to move the current playback position upon impulse. == Inputs == === * (Call) === === Target (IPlayable) === The IPlayable to set the posi..."
 
m YoshBot moved page ProtoFlux:Shift Position to ProtoFlux:ShiftPosition: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:35, 21 August 2025

Shift Position
*
Next
Target
Delta
Media

The Shift Position node tells a IPlayable to move the current playback position upon impulse.

Inputs

* (Call)

Target (IPlayable)

The IPlayable to set the position on.

Delta (Float)

Set how much the position should be moved. A positive value moves the position forward, while a negative one moves it backwards.

Outputs

Next (Continuation)

Sends an impulse after the initial call.

Examples