add info |
see also |
||
Line 30: | Line 30: | ||
== Examples == | == Examples == | ||
This can be used for boopers, doorbells, or a bike horn. | This can be used for boopers, doorbells, or a bike horn. | ||
== See Also == | |||
{{Template:AudioClip_SeeAlso}} | |||
[[Category:Components:Media{{#translation:}}|Random Audio Clip Player]] | [[Category:Components:Media{{#translation:}}|Random Audio Clip Player]] | ||
[[Category:Components{{#translation:}}|Random Audio Clip Player]] | [[Category:Components{{#translation:}}|Random Audio Clip Player]] |
Revision as of 20:53, 1 February 2025
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

Random Audio Clip player is a component that is able to play a random audio file all the way through from a list of Clips
and parent the resulting one shots under a slot.
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. Some components stop their functionality when this field is disabled, but some don't. |
ParentUnder
|
Slot | The slot to parent the one shot objects under. |
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. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|
Usage
Attach to a slot and give the component some Clips
to play. This component can be trigged via it's sync delegates or by button events
Examples
This can be used for boopers, doorbells, or a bike horn.
See Also
- Type:IAudioSource
- Component:AudioClipPlayer
- Component:StaticAudioClip
- Component:ChannelVolumeMeter
- Component:VolumeMeter
- Component:SawtoothWaveClip
- Component:ValueNoiseClip
- Component:ButtonAudioClipPlayer
- Component:LerpingMultiClipPlayer
- TalkVisualizer
- Component:RandomAudioClipPlayer
- Component:MultiAudioClipPlayer
- Component:SimplexNoiseClip
- Component:TriangleWaveClip
- Component:SquareWaveClip
- Component:SineWaveClip