FarseerPhysics.DebugViewBase.DebugViewBase C# (CSharp) Method

DebugViewBase() protected method

protected DebugViewBase ( World world ) : System
world FarseerPhysics.Dynamics.World
return System
        protected DebugViewBase(World world)
        {
            World = world;
        }