C# 클래스 MiningGame.Code.Managers.MusicManager

상속: Manager
파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
SongName string
Sound SFML.Audio.Sound

공개 메소드들

메소드 설명
MusicManager ( ) : System
Pause ( ) : void
Play ( ) : void
SetPlayingOffset ( float offset ) : void
SetSong ( string key ) : void
Stop ( ) : void
Update ( GameTime time ) : void

메소드 상세

MusicManager() 공개 메소드

public MusicManager ( ) : System
리턴 System

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

SetPlayingOffset() 공개 메소드

public SetPlayingOffset ( float offset ) : void
offset float
리턴 void

SetSong() 공개 메소드

public SetSong ( string key ) : void
key string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

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

프로퍼티 상세

SongName 공개적으로 프로퍼티

public string SongName
리턴 string

Sound 공개적으로 프로퍼티

public Sound,SFML.Audio Sound
리턴 SFML.Audio.Sound