Box2DX.Dynamics.PolygonDef.PolygonDef C# (CSharp) Method

PolygonDef() public method

public PolygonDef ( ) : System
return System
        public PolygonDef()
        {
            Type = ShapeType.PolygonShape;
            VertexCount = 0;
        }