ProtoFlux:Position

From Resonite Wiki
Revision as of 23:44, 20 May 2024 by AmasterAmaster (talk | contribs) (Added in the input and output descriptions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Position
Source
*
Media

The position node tells a IPlayable's current position in seconds.

Inputs

Source (IPlayable)

The IPlayable to set the position on.

Outputs

* (float)

Returns the position of the playback.

Examples

Filling the Source of the Position node with an AudioClipPlayer component.