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

Method getIsWorldQueryCollider

src/collision/Collider.cpp:290–292  ·  view source on GitHub ↗

Return true if the collider will be part of results of queries on the PhysicsWorld

Source from the content-addressed store, hash-verified

288
289// Return true if the collider will be part of results of queries on the PhysicsWorld
290bool Collider::getIsWorldQueryCollider() const {
291 return mBody->mWorld.mCollidersComponents.getIsWorldQueryCollider(mEntity);
292}
293
294// Set whether the collider will be part of results of queries on the PhysicsWorld
295/**

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected