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

Method getEntity

include/reactphysics3d/constraint/Joint.h:166–168  ·  view source on GitHub ↗

Return the entity id of the joint * @return The entity of the joint */

Source from the content-addressed store, hash-verified

164 * @return The entity of the joint
165 */
166RP3D_FORCE_INLINE Entity Joint::getEntity() const {
167 return mEntity;
168}
169
170}
171

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected