Метод | Описание | |
---|---|---|
MusicPlay ( string fileName, bool loop ) : void |
Play music.
|
|
MusicStop ( ) : void |
Stop music.
|
Метод | Описание | |
---|---|---|
Init ( ) : void |
public static MusicPlay ( string fileName, bool loop ) : void | ||
fileName | string | The file name. |
loop | bool | Looping flag. |
Результат | void |