C# 클래스 Blink.AudioManager

파일 보기 프로젝트 열기: dah6ce/Blink

공개 메소드들

메소드 설명
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
TriggerBattle ( ) : void
TriggerCharacterSelect ( ) : void
TriggerLevelSelect ( ) : void
Update ( GameTime t ) : void

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LoadContent() 공개 정적인 메소드

public static LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
Content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

TriggerBattle() 공개 정적인 메소드

public static TriggerBattle ( ) : void
리턴 void

TriggerCharacterSelect() 공개 정적인 메소드

public static TriggerCharacterSelect ( ) : void
리턴 void

TriggerLevelSelect() 공개 정적인 메소드

public static TriggerLevelSelect ( ) : void
리턴 void

Update() 공개 정적인 메소드

public static Update ( GameTime t ) : void
t Microsoft.Xna.Framework.GameTime
리턴 void