Beispiel #1
0
 public void Draw(Color color, float time, int resolution)
 {
     keyPoints.Draw(Color.red, time);
     this.GenericDraw(color, time, resolution);
 }
 public void Draw(float time = -1F)
 {
     keyPoints.Draw(time);
 }