Ejemplo n.º 1
0
 public static void DrawWireArcYZ(
     Vector3 position,
     float radius,
     float fromAngle,
     float toAngle,
     Color color,
     float duration = 0,
     bool depthTest = true)
 {
     Draw.WireArcYZ(drawLine, position, radius, fromAngle, toAngle, color, duration, depthTest);
 }
Ejemplo n.º 2
0
 public static void DrawWireArcYZ(Vector3 position, Quaternion rotation, float radius, float fromAngle,
                                  float toAngle)
 {
     Draw.WireArcYZ(drawLine, position, rotation, radius, fromAngle, toAngle);
 }