コード例 #1
0
ファイル: SlotView.cs プロジェクト: Luden/SandBox
 private void Start()
 {
     PartView = PartRoot.GetComponentInChildren <PartView>();
 }
コード例 #2
0
 public void ReleaseView(PartView view)
 {
     Destroy(view.gameObject);
 }