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

Method getAggregate

deps/physx/physx/source/physx/src/NpActor.cpp:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322PxAggregate* NpActor::getAggregate() const
323{
324 PxU32 index = 0xffffffff;
325 NpAggregate* a = getNpAggregate(index);
326 return static_cast<PxAggregate*>(a);
327}
328
329
330///////////////////////////////////////////////////////////////////////////////

Callers 12

handleOriginShiftMethod · 0.45
removeActorTFunction · 0.45
addActorIfNeededMethod · 0.45
addCollectionMethod · 0.45
addActorMethod · 0.45
addArticulationMethod · 0.45
resolveReferencesMethod · 0.45
getPxActor_AggregateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected