示例#1
0
 void bodyEntered(K2SBody body)
 {
     if (this.body == null) this.body = body;
 }
示例#2
0
 void OnDestroy()
 {
     body = null;
 }