MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getWakeCounter

Method getWakeCounter

physx/source/physx/src/NpRigidDynamic.cpp:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406
407PxReal NpRigidDynamic::getWakeCounter() const
408{
409 NP_READ_CHECK(NpActor::getOwnerScene(*this));
410
411 return getScbBodyFast().getWakeCounter();
412}
413
414
415void NpRigidDynamic::wakeUp()

Callers 6

wakeUpActorsMethod · 0.45
visualizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected