Method | Description | |
---|---|---|
Collides ( Rectangle box ) : bool | ||
Draw ( SpriteBatch spriteBatch ) : void | ||
Update ( Bluemagic.TerraSpirit.TerraSpirit spirit, Rectangle bounds ) : bool |
public abstract Collides ( Rectangle box ) : bool | ||
box | Rectangle | |
return | bool |
public abstract Draw ( SpriteBatch spriteBatch ) : void | ||
spriteBatch | SpriteBatch | |
return | void |
public abstract Update ( Bluemagic.TerraSpirit.TerraSpirit spirit, Rectangle bounds ) : bool | ||
spirit | Bluemagic.TerraSpirit.TerraSpirit | |
bounds | Rectangle | |
return | bool |