Return the corresponding entity of the collider * @return The entity of the collider */
| 198 | * @return The entity of the collider |
| 199 | */ |
| 200 | RP3D_FORCE_INLINE Entity Collider::getEntity() const { |
| 201 | return mEntity; |
| 202 | } |
| 203 | |
| 204 | // Return the parent body |
| 205 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected