Attach user data to this body * @param userData A pointer to the user data you want to attach to the body */
| 423 | * @param userData A pointer to the user data you want to attach to the body |
| 424 | */ |
| 425 | void Body::setUserData(void* userData) { |
| 426 | mWorld.mBodyComponents.setUserData(mEntity, userData); |
| 427 | } |
| 428 | |
| 429 | // Return the world-space coordinates of a point given the local-space coordinates of the body |
| 430 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected