コード例 #1
0
 void OnDestroy()
 {
     obj = transform.parent.GetComponent <ObjectScript>();
     obj.split(this.transform);
 }
コード例 #2
0
ファイル: BlockScript.cs プロジェクト: lasagnaphil/B-D
 void OnDestroy()
 {
     obj = transform.parent.GetComponent<ObjectScript>();
     obj.split (this.transform);
 }