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

SimulationIslandDrawer() public method

public SimulationIslandDrawer ( Microsoft.Xna.Framework.Game game ) : System.Collections.Generic
game Microsoft.Xna.Framework.Game
return System.Collections.Generic
        public SimulationIslandDrawer(Game game)
        {
            this.game = game;
        }
SimulationIslandDrawer