예제 #1
0
파일: Dialog.cs 프로젝트: GooDer/descent
 public void AddRendable(int order, GameObject rendable)
 {
     rendable.PositionRelatedTo(this);
     rendable.AlterPositionY(TITLE_HEIGHT);
     rendableList.Add(order, rendable);
 }