Return true if the collider can generate contacts for the simulation of the associated body
| 258 | |
| 259 | // Return true if the collider can generate contacts for the simulation of the associated body |
| 260 | bool Collider::getIsSimulationCollider() const { |
| 261 | return mBody->mWorld.mCollidersComponents.getIsSimulationCollider(mEntity); |
| 262 | } |
| 263 | |
| 264 | // Set whether the collider can generate contacts for the simulation of the associated body |
| 265 | /// Note that a collider cannot be a simulation collider and a trigger at the same time. If you set |
no outgoing calls
no test coverage detected