C# 클래스 GameCommon.GameMusic

Class for management of music in game.
파일 보기 프로젝트 열기: DarrenHassan/GDM4242-GroupD

공개 메소드들

메소드 설명
MusicPlay ( string fileName, bool loop ) : void

Play music.

MusicStop ( ) : void

Stop music.

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

MusicPlay() 공개 정적인 메소드

Play music.
public static MusicPlay ( string fileName, bool loop ) : void
fileName string The file name.
loop bool Looping flag.
리턴 void

MusicStop() 공개 정적인 메소드

Stop music.
public static MusicStop ( ) : void
리턴 void