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 */
| 296 | * @param isWorldQueryCollider True if this collider will be part of results of queries on the PhysicsWorld |
| 297 | */ |
| 298 | void 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 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected