ProtoFlux:Attach Audio Clip

From Resonite Wiki
Revision as of 18:10, 19 February 2024 by 989onan (talk | contribs) (Create Attach Audio Clip ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Attach Audio Clip
*
Next
URL
AttachedProvider
Target
GetExisting
Characters

Attach Audio Clip is a ProtoFlux node that allows you to attach a provided uri as a new StaticAudioClip component and return the StaticAudioClip raw IAsset`1 itself.

Inputs

* (Call)

Call to attach the asset.

URL (uri)

The URI of the asset you want to attach. Can be a resdb or a local or a website hosted asset.

Target (Slot)

The slot to attach the asset to.

GetExisting (bool)

Get an existing asset on Target (Slot) of the same URL (uri) or attach a new one.

Outputs

Next (Continuation)

Fires after * (Call) is called and the asset was successfully attached.

AttachedProvider (IAsset`1<Audio>)

The attached provider or an existing one on Target (Slot) if GetExisting (bool) is true.

Examples