Свойство | Type | Description | |
---|---|---|---|
_audio | |||
_channelName | string | ||
_fadeIn | bool | ||
_fadeOut | bool | ||
_loopClips | bool | ||
_maxPitch | float | ||
_minPitch | float | ||
_panoramicPosition | float | ||
_power | float | ||
_randPitch | bool |
Méthode | Description | |
---|---|---|
FadeIn ( ) : void |
Enables the fading in behaviour in Update and disables the fading out.
|
|
FadeOut ( ) : void |
Enables the fading out behaviour in Update and disables the fading in.
|
|
GoToPanoramicPosition ( float newPos ) : void | ||
Looping ( int selfId, string channel, bool randPitch, AudioManager, space, Vector3 pos, float distMin, float distMax ) : void | ||
Start ( ) : void | ||
StopLooping ( bool fade ) : void | ||
Update ( ) : void |
public GoToPanoramicPosition ( float newPos ) : void | ||
newPos | float | |
Résultat | void |
public Looping ( int selfId, string channel, bool randPitch, AudioManager, space, Vector3 pos, float distMin, float distMax ) : void | ||
selfId | int | |
channel | string | |
randPitch | bool | |
space | AudioManager, | |
pos | Vector3 | |
distMin | float | |
distMax | float | |
Résultat | void |