Return true if the collider will be part of results of queries on the PhysicsWorld
| 288 | |
| 289 | // Return true if the collider will be part of results of queries on the PhysicsWorld |
| 290 | bool 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 | /** |
no outgoing calls
no test coverage detected