Box2D.Dynamics.B2World.B2World C# (CSharp) Method

B2World() public method

public B2World ( B2Vec2 gravity, System.Boolean allowSleep ) : System
gravity Box2D.Common.Math.B2Vec2
allowSleep System.Boolean
return System
        public B2World(B2Vec2 gravity, Boolean allowSleep)
        {
            throw new Exception("Cannot create instance of this class.");
        }