- Home /
Question by
Hurrit · Jul 24, 2012 at 09:55 PM ·
collisions
Collisions count
Hi, guys! So, i have list of GameObject named boxes, and i need to get collisions number of elements from that list in Update(), like:
void Update()
{
int collisionNumber = boxes[0].CountCollisions;
}
how can i do that?
Comment
Your answer
Follow this Question
Related Questions
Different particles for different collisions. 1 Answer
Elastic Collisions with Rigidbodies 1 Answer
How to calculate precision hit point shoot at Character 1 Answer
WheelCollide GetGroundHit falling behind? 0 Answers
collision sounds 3 Answers