C# Class Cyclyc.Framework.SongTrack

Show file Open project: JoeOsborn/Cyclyc Class Usage Examples

Protected Properties

Property Type Description
shouldPlay bool

Public Methods

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

Method Details

Play() public method

public Play ( ) : void
return void

SongTrack() public method

public SongTrack ( Game1 game, string songName, bool playNow ) : System
game Game1
songName string
playNow bool
return System

Update() public method

public Update ( GameTime gt ) : void
gt Microsoft.Xna.Framework.GameTime
return void

Property Details

shouldPlay protected property

protected bool shouldPlay
return bool