Example #1
0
 public void AddRendable(int order, GameObject rendable)
 {
     rendable.PositionRelatedTo(this);
     rendable.AlterPositionY(TITLE_HEIGHT);
     rendableList.Add(order, rendable);
 }