ProtoFlux:SetNormalizedPosition: Difference between revisions

From Resonite Wiki
rudime
 
m YoshBot moved page ProtoFlux:Set Normalized Position to ProtoFlux:SetNormalizedPosition: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:34, 21 August 2025

Set Normalized Position
*
Next
Target
NormalizedPosition
Media

The Set Normalized 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 normalized position of the playback on the target. Note this is the normalized position, so the valid range is 0 - 1.

Outputs

Next (Continuation)

Sends an impulse after the initial call.

Examples