|
Two Box(added Box Collider already) hit each other, and How can I get the point where they hit? They may hit at an area,but can I get the center point of the area?
(comments are locked)
|
|
In OnCollisionEnter, you get a Collision passed as a parameter, from which you can query the contact points: Thanks, but in my case,I use two colliders,and they set "is trigger" is true, so,it doesn't make OnCollisionEnter work. Is there any Functions I can use?
Jul 06 '11 at 01:20 AM
Suyuanhan
Indeed, this answer does not apply to the question. Only
May 04 '12 at 03:28 AM
ina
(comments are locked)
|
