コード例 #1
0
ファイル: AbilityView.cs プロジェクト: bigstupidx/MatrixCode
 public void DestroyPanel()
 {
     iTween.MoveTo(this.gameObject, iTween.Hash("y", this.transform.position.y + 150f, "time", 1f));
     sdReader.DestroyObject();
     Destroy(this.gameObject, 1.5f);
 }