Return a pointer to the user data attached to this body * @return A pointer to the user data stored into the collider */
| 214 | * @return A pointer to the user data stored into the collider |
| 215 | */ |
| 216 | RP3D_FORCE_INLINE void* Collider::getUserData() const { |
| 217 | return mUserData; |
| 218 | } |
| 219 | |
| 220 | // Attach user data to this body |
| 221 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected