ProtoFlux:Shift Position

From Resonite Wiki
Revision as of 22:35, 4 May 2024 by Decoy (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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