SoundBank

Constructors

Constructor

Description

SoundBank()

Members

Member

Description

audioSource

clips

gameObject

transform

Methods

Method

Description

IsPlaying()

PlayRandom()

PlaySoundBank(index)

SetVolume(volume)

Start()

ToString()

Details

class SoundBank
SoundBank SoundBank()
AudioSource audioSource
array<AudioClip> clips
const GameObject gameObject
const Transform transform
bool IsPlaying()
void PlayRandom()
void PlaySoundBank(int index)
void SetVolume(float volume)
void Start()
string ToString()