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