Method | Description | |
---|---|---|
CowBomb ( Vector2 position, float resistance, |
||
Draw ( |
||
Lift ( Vector2 spaceshipCenter, float pullAcceleration, Vector2 beamPosition, int beamWidth ) : void | ||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void |
public CowBomb ( Vector2 position, float resistance, |
||
position | Vector2 | |
resistance | float | |
manager | ||
return | System |
public Draw ( |
||
spriteBatch | ||
return | void |
public Lift ( Vector2 spaceshipCenter, float pullAcceleration, Vector2 beamPosition, int beamWidth ) : void | ||
spaceshipCenter | Vector2 | |
pullAcceleration | float | |
beamPosition | Vector2 | |
beamWidth | int | |
return | void |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |