WeatherMakerLoopingAudioSource Class |
Namespace: DigitalRuby.WeatherMaker
The WeatherMakerLoopingAudioSource type exposes the following members.
| Name | Description | |
|---|---|---|
| WeatherMakerLoopingAudioSource(AudioSource) |
Constructor
| |
| WeatherMakerLoopingAudioSource(AudioSource, Single, Single, Boolean) |
Constructor
|
| Name | Description | |
|---|---|---|
| AudioSource |
The audio source that is looping
| |
| DestroyOnStopped |
Whether the AudioSource will be destroyed upon stop
| |
| SecondaryVolumeModifier |
Secondary volume modifier, clamped to 0 - 1
| |
| Stopping |
Is this sound stopping?
| |
| TargetVolume |
The target volume
| |
| VolumeModifier |
Volume modifier, clamped to 0 - 1
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Pause |
Pause the audio
| |
| Play |
Play this looping audio source
| |
| Play(Single) |
Play this looping audio source
| |
| Resume |
Resume from a pause
| |
| SetFade |
Set new fade in / fade out parameters
| |
| Stop |
Stop this looping audio source. The sound will fade out smoothly.
| |
| ToString | (Inherited from Object.) | |
| Update |
Update this looping audio source
|