C# 클래스 Touhou.SoundManager

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

공개 프로퍼티들

프로퍼티 타입 설명
isPlaying bool

공개 메소드들

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

메소드 상세

Play() 공개 메소드

public Play ( ) : void
리턴 void

SoundManager() 공개 메소드

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

프로퍼티 상세

isPlaying 공개적으로 프로퍼티

public bool isPlaying
리턴 bool