MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getIsSimulationCollider

Method getIsSimulationCollider

src/collision/Collider.cpp:260–262  ·  view source on GitHub ↗

Return true if the collider can generate contacts for the simulation of the associated body

Source from the content-addressed store, hash-verified

258
259// Return true if the collider can generate contacts for the simulation of the associated body
260bool 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

Callers 2

createIslandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected