C# Class ConveyorDefence.Missiles.Missile

Afficher le fichier Open project: markevich/ConveyorDefence-linux Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch batch ) : void
Missile ( ) : System.Collections.Generic
Update ( GameTime gameTime ) : void
WithProperty ( MissileProperty property ) : Missile

Private Methods

Méthode Description
Activate ( ) : void
Deactivate ( ) : void
RemoveProperties ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Missile() public méthode

public Missile ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() public méthode

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

WithProperty() public méthode

public WithProperty ( MissileProperty property ) : Missile
property ConveyorDefence.Missiles.Properties.MissileProperty
Résultat Missile