Box2D.Collision.Shapes.B2CircleShape.B2CircleShape C# (CSharp) Method

B2CircleShape() public method

public B2CircleShape ( float radius ) : System
radius float
return System
        public B2CircleShape(float radius)
        {
            throw new Exception("Cannot create instance of this class.");
        }
B2CircleShape