Beispiel #1
0
 protected void AddDebugLine(Vector2 vector, Color color, float magnitude = 10.0f, float thickness = 1f, float order = 1f)
 {
     if (Debug)
     {
         DebugLine.CreateDebugLine(this, vector, color, magnitude, thickness, (int)order);
     }
 }