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

PolygonDef() public method

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