FarseerPhysics.DebugView.DrawPolygon C# (CSharp) Method

DrawPolygon() public abstract method

Draw a closed polygon provided in CCW order.
public abstract DrawPolygon ( Vector2 vertices, int count, float red, float blue, float green ) : void
vertices Vector2 The vertices.
count int The vertex count.
red float The red value.
blue float The blue value.
green float The green value.
return void
        public abstract void DrawPolygon(Vector2[] vertices, int count, float red, float blue, float green);