WeatherMakerLoopingAudioSource.Play Method (Single) |
Play this looping audio source
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void Play(
float targetVolume
)
Public Sub Play (
targetVolume As Single
)
public:
void Play(
float targetVolume
)
member Play :
targetVolume : float32 -> unit
Parameters
- targetVolume
- Type: System.Single
Max volume
See Also