示例#1
0
文件: SlotView.cs 项目: Luden/SandBox
 private void Start()
 {
     PartView = PartRoot.GetComponentInChildren <PartView>();
 }
示例#2
0
 public void ReleaseView(PartView view)
 {
     Destroy(view.gameObject);
 }