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

Method getEntity

include/reactphysics3d/collision/Collider.h:200–202  ·  view source on GitHub ↗

Return the corresponding entity of the collider * @return The entity of the collider */

Source from the content-addressed store, hash-verified

198 * @return The entity of the collider
199 */
200RP3D_FORCE_INLINE Entity Collider::getEntity() const {
201 return mEntity;
202}
203
204// Return the parent body
205/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected