MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getUserData

Method getUserData

include/reactphysics3d/collision/Collider.h:216–218  ·  view source on GitHub ↗

Return a pointer to the user data attached to this body * @return A pointer to the user data stored into the collider */

Source from the content-addressed store, hash-verified

214 * @return A pointer to the user data stored into the collider
215 */
216RP3D_FORCE_INLINE void* Collider::getUserData() const {
217 return mUserData;
218}
219
220// Attach user data to this body
221/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected