MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / getLinkIndex

Method getLinkIndex

deps/physx/physx/source/physx/src/NpArticulationLink.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228PxU32 NpArticulationLink::getLinkIndex() const
229{
230 NP_READ_CHECK(NpActor::getOwnerScene(*this));
231 return mLLIndex;
232}
233
234void NpArticulationLink::setCMassLocalPose(const PxTransform& pose)
235{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected