C# Class Treefrog.Runtime.ObjectClass

Show file Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth, float rotation ) : void
ObjectClass ( ObjectPool pool, int id, string name ) : System

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth, float rotation ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
dest Microsoft.Xna.Framework.Rectangle
color Color
layerDepth float
rotation float
return void

ObjectClass() public method

public ObjectClass ( ObjectPool pool, int id, string name ) : System
pool ObjectPool
id int
name string
return System