C# 클래스 Touhou.ExampleSprite.ExampleSprite.SoundManager

파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 메소드들

메소드 설명
SoundManager ( SoundEffect s ) : System
play ( ) : void
reset ( ) : void

메소드 상세

SoundManager() 공개 메소드

public SoundManager ( SoundEffect s ) : System
s Microsoft.Xna.Framework.Audio.SoundEffect
리턴 System

play() 공개 메소드

public play ( ) : void
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void