C# 클래스 Category5.SoundEffectEngine

파일 보기 프로젝트 열기: AnyKey/tojam4

공개 프로퍼티들

프로퍼티 타입 설명
MaxNormalSounds short

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Initialize ( TornadoGame game ) : void
Play ( string filename, Priority priority ) : void
PreLoad ( string FileName ) : void
Update ( ) : void

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( TornadoGame game ) : void
game TornadoGame
리턴 void

Play() 공개 정적인 메소드

public static Play ( string filename, Priority priority ) : void
filename string
priority Priority
리턴 void

PreLoad() 공개 정적인 메소드

public static PreLoad ( string FileName ) : void
FileName string
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void

프로퍼티 상세

MaxNormalSounds 공개적으로 정적으로 프로퍼티

public static short MaxNormalSounds
리턴 short