FarseerPhysics.DebugView.DrawSolidPolygon C# (CSharp) Method

DrawSolidPolygon() public abstract method

Draw a solid closed polygon provided in CCW order.
public abstract DrawSolidPolygon ( 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 DrawSolidPolygon(Vector2[] vertices, int count, float red, float blue, float green);