Methods_T_MSCLoader_ModAudio - piotrulos/MSCModLoader GitHub Wiki
LoadAudioClipFromFile | Load audio from file and return as AudioClip (supported formats: *.mp3, *.ogg, *.wav, *.aiff, *.flac) |
LoadAudioFromFile | Load audio from file |
Play() | Play loaded audio file |
Play(Single, Single) | Play loaded audio file from specifed time. |
Stop | Stop playing audio file |
Time | Get current time position of audio file |
TotalTime | Get total time of audio file |