Property | Type | Description | |
---|---|---|---|
AudioSources | UnityEngine.AudioSource[] | ||
HideTime | float | ||
ShowTime | float |
Method | Description | |
---|---|---|
AddInterpolation ( |
||
HideAudioSource ( int index ) : void | ||
InterpolationExist ( |
||
ShowAudioSource ( |
||
ShowAudioSource ( int index ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnInterpotalionComplete ( AudioSourceInterpolation, interpolation ) : void | ||
PlayAllAudioSources ( ) : void | ||
RemoveUnusedInterpolations ( ) : void | ||
SourcesBeingPlayed ( ) : int | ||
SourcesMuted ( ) : int | ||
Start ( ) : void | ||
StopAllAudioSources ( ) : void | ||
Update ( ) : void | ||
UpdateCurrentInterpolations ( ) : void |
public AddInterpolation ( |
||
audioSource | ||
startVolume | float | |
targetVolume | float | |
totalTime | float | |
return | void |
public InterpolationExist ( |
||
audioSource | ||
return | AudioSourceInterpolation, |
public ShowAudioSource ( |
||
audioSource | ||
return | void |
public AudioSource[],UnityEngine AudioSources | ||
return | UnityEngine.AudioSource[] |