C# Class ConveyorDefence.Missiles.Properties.MissileProperty

Show file Open project: markevich/ConveyorDefence-linux Class Usage Examples

Public Properties

Property Type Description
TileID int

Public Methods

Method Description
Draw ( SpriteBatch batch, Point nodeIndex ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch batch, Point nodeIndex ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
nodeIndex Microsoft.Xna.Framework.Point
return void

Update() public method

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

Property Details

TileID public property

public int TileID
return int