Beispiel #1
0
 public void SetParent(IResizable p, Vector2 pos)
 {
     p.SetLeft(pos.x);
     p.SetTop(pos.y);
 }