Esempio n. 1
0
 void NextRender()
 {
     _points.Add(MySpace.CalcWindowPos(CurPos));
     MyLine.SetVertexCount(_points.Count);
     MyLine.SetPositions(_points.ToArray());
 }