C# Class Gravitation.SpriteObjects.SolidSprite

Inheritance: Sprite
Show file Open project: thedamoes/Gravitation

Protected Properties

Property Type Description
mPosition Vector2
mWorld FarseerPhysics.Dynamics.World
mrotation float

Public Methods

Method Description
Draw ( SpriteBatch theSpriteBatch ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager, string theAssetName ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch theSpriteBatch ) : void
theSpriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

LoadContent() public method

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager, string theAssetName ) : void
theContentManager Microsoft.Xna.Framework.Content.ContentManager
theAssetName string
return void

Property Details

mPosition protected property

protected Vector2 mPosition
return Vector2

mWorld protected property

protected World,FarseerPhysics.Dynamics mWorld
return FarseerPhysics.Dynamics.World

mrotation protected property

protected float mrotation
return float