Method | Description | |
---|---|---|
CreateAudioSource ( |
||
CreateAudioSource ( |
||
CreateAudioSource ( |
||
Get ( ) : |
||
GetVolume ( float baseVolume, SoundType type ) : float | ||
PlayClipAtPoint ( |
||
PlayClipAtPoint ( AudioClip clip, Vector3 pos, float volume ) : AudioSource | ||
PlayClipAtPoint ( AudioClip clip, Vector3 pos, float volume, SoundType type ) : AudioSource | ||
PlayClipAtPoint ( AudioClip clip, Vector3 pos, float volume, SoundType type, Transform parent ) : AudioSource |
public static CreateAudioSource ( |
||
obj | ||
clip | ||
return |
public static CreateAudioSource ( |
||
obj | ||
clip | ||
volume | float | |
return |
public static CreateAudioSource ( |
||
obj | ||
clip | ||
volume | float | |
pitch | float | |
return |
public static GetVolume ( float baseVolume, SoundType type ) : float | ||
baseVolume | float | |
type | SoundType | |
return | float |
public static PlayClipAtPoint ( |
||
clip | ||
pos | ||
return |
public static PlayClipAtPoint ( AudioClip clip, Vector3 pos, float volume ) : AudioSource | ||
clip | AudioClip | |
pos | Vector3 | |
volume | float | |
return | AudioSource |
public static PlayClipAtPoint ( AudioClip clip, Vector3 pos, float volume, SoundType type ) : AudioSource | ||
clip | AudioClip | |
pos | Vector3 | |
volume | float | |
type | SoundType | |
return | AudioSource |
public static PlayClipAtPoint ( AudioClip clip, Vector3 pos, float volume, SoundType type, Transform parent ) : AudioSource | ||
clip | AudioClip | |
pos | Vector3 | |
volume | float | |
type | SoundType | |
parent | Transform | |
return | AudioSource |