I can not find a way to get the objects collision in script. Is that possible?
Example code similar to mine -
var ParentObject : Transform;
var ChildLength = ParentObject.childCount;
for( var i = 0; i < ChildLength; i++ ){
var child = ParentObject.GetChild(i);
child.?
}
Regards, CiliZ
↧