World Particle Collider

Please help me to get the Bounce Factor ’ s value of the World Particle Collider .

I want to change the Bounce Factor 's value by code. But i dunno how to get it… Anybody help me, pls.

hmm…

have you tried this?

gameobject.getComponent<WorldParticleCollider>().bounceFactor

that’s c#… in javascript the getComponent method works a little differently…

Hope this helps

Cheers