Method | Description | |
---|---|---|
Play ( string filename ) : void | ||
PlayAudioLoop ( string filename, bool play ) : void | ||
PlayAudioLoop ( string filename, bool play, bool restart ) : void |
public PlayAudioLoop ( string filename, bool play ) : void | ||
filename | string | |
play | bool | |
return | void |
public PlayAudioLoop ( string filename, bool play, bool restart ) : void | ||
filename | string | |
play | bool | |
restart | bool | |
return | void |