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

Method getCollider

testbed/common/HeightField.h:115–117  ·  view source on GitHub ↗

Return the collider

Source from the content-addressed store, hash-verified

113
114// Return the collider
115inline rp3d::Collider* HeightField::getCollider() {
116 return mCollider;
117}
118
119#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected