Return the collision bits mask * @return The bits mask that specifies with which collision category this shape will collide */
| 204 | * @return The bits mask that specifies with which collision category this shape will collide |
| 205 | */ |
| 206 | unsigned short Collider::getCollideWithMaskBits() const { |
| 207 | return mBody->mWorld.mCollidersComponents.getCollideWithMaskBits(mEntity); |
| 208 | } |
| 209 | |
| 210 | // Notify the collider that the size of the collision shape has been changed by the user |
| 211 | void Collider::setHasCollisionShapeChangedSize(bool hasCollisionShapeChangedSize) { |
nothing calls this directly
no outgoing calls
no test coverage detected