C# Class BEPUphysicsDrawer.Lines.BoundingBoxDrawer

Renders bounding boxes of entities.
Show file Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
BoundingBoxDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
Draw ( Effect effect, Space space ) : void

Method Details

BoundingBoxDrawer() public method

public BoundingBoxDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
game Microsoft.Xna.Framework.Game
return BEPUutilities.DataStructures

Draw() public method

public Draw ( Effect effect, Space space ) : void
effect Microsoft.Xna.Framework.Graphics.Effect
space BEPUphysics.Space
return void