Exemplo n.º 1
0
 public static void DrawCircleOutline(Vector3 center, float radius, SimpleColor color)
 {
     GenDraw.DrawCircleOutline(center, radius, GenDraw.GetLineMat(color));
 }
Exemplo n.º 2
0
 public static void DrawCircleOutline(Vector3 center, float radius)
 {
     GenDraw.DrawCircleOutline(center, radius, GenDraw.LineMatWhite);
 }