C# Class Cyclyc.Framework.SongTrack

Afficher le fichier Open project: JoeOsborn/Cyclyc Class Usage Examples

Protected Properties

Свойство Type Description
shouldPlay bool

Méthodes publiques

Méthode Description
Play ( ) : void
SongTrack ( Game1 game, string songName, bool playNow ) : System
Update ( GameTime gt ) : void

Method Details

Play() public méthode

public Play ( ) : void
Résultat void

SongTrack() public méthode

public SongTrack ( Game1 game, string songName, bool playNow ) : System
game Game1
songName string
playNow bool
Résultat System

Update() public méthode

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

Property Details

shouldPlay protected_oe property

protected bool shouldPlay
Résultat bool