示例#1
0
 void OnDestroy()
 {
     obj = transform.parent.GetComponent <ObjectScript>();
     obj.split(this.transform);
 }
示例#2
0
 void OnDestroy()
 {
     obj = transform.parent.GetComponent<ObjectScript>();
     obj.split (this.transform);
 }