ProtoFlux:Set Position

From Resonite Wiki
Revision as of 22:29, 4 May 2024 by Decoy (talk | contribs) (Added flux node and rudimentary explanations.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Set Position
*
Next
Target
Position
Media

The Set Position node tells a IPlayable to jump to a position upon impulse.

Inputs

* (Call)

Target (IPlayable)

The IPlayable to set the position on.

NormalizedPosition (Float)

Set the position of the playback on the target. Note this is position, so the value is equivalent to seconds.

Outputs

Next (Continuation)

Sends an impulse after the initial call.

Examples