BEPUphysicsDrawer.Lines.BoundingBoxDrawer.BoundingBoxDrawer C# (CSharp) Method

BoundingBoxDrawer() public method

public BoundingBoxDrawer ( Microsoft.Xna.Framework.Game game ) : BEPUutilities.DataStructures
game Microsoft.Xna.Framework.Game
return BEPUutilities.DataStructures
        public BoundingBoxDrawer(Game game)
        {
            this.game = game;
        }
BoundingBoxDrawer