C# Class MiningGame.Code.Managers.MusicManager

Inheritance: Manager
Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
SongName string
Sound SFML.Audio.Sound

Méthodes publiques

Méthode Description
MusicManager ( ) : System
Pause ( ) : void
Play ( ) : void
SetPlayingOffset ( float offset ) : void
SetSong ( string key ) : void
Stop ( ) : void
Update ( GameTime time ) : void

Method Details

MusicManager() public méthode

public MusicManager ( ) : System
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

SetPlayingOffset() public méthode

public SetPlayingOffset ( float offset ) : void
offset float
Résultat void

SetSong() public méthode

public SetSong ( string key ) : void
key string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

SongName public_oe property

public string SongName
Résultat string

Sound public_oe property

public Sound,SFML.Audio Sound
Résultat SFML.Audio.Sound