Component:RandomAudioClipPlayer: Difference between revisions

From Resonite Wiki
Automated: update component fields
Automated: update Categories
Line 25: Line 25:


[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components|Random Audio Clip Player]]
[[Category:Components:Media{{#translation:}}|Random Audio Clip Player]]
[[Category:Components:Media|Random Audio Clip Player]]
[[Category:Components{{#translation:}}|Random Audio Clip Player]]

Revision as of 20:28, 3 March 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Random Audio Clip Player component as seen in the Scene Inspector


Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
ParentUnder Slot
MinDistance Nullable`1<Float> the distance in meters in the audio's set transform space where the audio's perceived volume stops increasing and stays constant all the way to the center.
MaxDistance Nullable`1<Float> the maximum distance in meters in the audio's set transform space in meters before it cannot be heard.
RolloffMode Nullable`1<AudioRolloffMode> An optional AudioRolloffMode
Clips list of ClipData The list of ClipData to choose from, randomly with weights.

Usage

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.