Project290.Physics.DebugView.DrawCircle C# (CSharp) Method

DrawCircle() public abstract method

Draw a circle.
public abstract DrawCircle ( Vector2 center, float radius, float red, float blue, float green ) : void
center Vector2 The center.
radius float The radius.
red float The red value.
blue float The blue value.
green float The green value.
return void
        public abstract void DrawCircle(Vector2 center, float radius, float red, float blue, float green);