AudioAsset
Ease
FastString
FontAsset
NineSlice
PackedSprite
PackedSpriteID
RB
   HardwareSettings
   IRetroBlitGame
RBAsset
Rect2i
ShaderAsset
SoundReference
SpriteGrid
SpriteSheetAsset
TMXMapAsset
   TMXLayer
   TMXLayerLoadState
   TMXObject
   TMXObjectGroup
   TMXProperties
Vector2i

RB.SoundSourceGet

Method  -  Static

public static AudioSource SoundSourceGet(SoundReference soundReference)

Parameters

soundReference SoundReference Reference to the playing sound, as returned by RB.SoundPlay

Returns

AudioSource

Unity AudioSource

Description

Get the Unity AudioSource of a playing sound. The AudioSource can be used to customize various properties of the playing sound. For more details see AudioSource in Unity documentation.

See Also

RB.SoundPlay