Project290.Physics.DebugView.DebugView C# (CSharp) Method

DebugView() protected method

protected DebugView ( World world ) : System
world Project290.Physics.Dynamics.World
return System
        protected DebugView(World world)
        {
            World = world;
        }