Rigidbody.CollisionEventsEnabled
bool
CollisionEventsEnabled
{
get;
set;
} Description
Enable or disable touch events. If you disable the events then ICollisionListener won't get any touch events
and you won't get things like collision sounds.
Return
User Comments