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

Method setIsWorldQueryCollider

src/collision/Collider.cpp:298–300  ·  view source on GitHub ↗

Set whether the collider will be part of results of queries on the PhysicsWorld * @param isWorldQueryCollider True if this collider will be part of results of queries on the PhysicsWorld */

Source from the content-addressed store, hash-verified

296 * @param isWorldQueryCollider True if this collider will be part of results of queries on the PhysicsWorld
297 */
298void Collider::setIsWorldQueryCollider(bool isWorldQueryCollider) const {
299 mBody->mWorld.mCollidersComponents.setIsWorldQueryCollider(mEntity, isWorldQueryCollider);
300}
301
302// Return a reference to the material properties of the collider
303/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected