コード例 #1
0
ファイル: Dialog.cs プロジェクト: GooDer/descent
 public void AddRendable(int order, GameObject rendable)
 {
     rendable.PositionRelatedTo(this);
     rendable.AlterPositionY(TITLE_HEIGHT);
     rendableList.Add(order, rendable);
 }