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

Function setAggregate

deps/physx/physx/source/physx/src/NpAggregate.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44using namespace physx;
45
46PX_FORCE_INLINE void setAggregate(NpAggregate* aggregate, PxActor& actor)
47{
48 NpActor& np = NpActor::getFromPxActor(actor);
49 np.setAggregate(aggregate, actor);
50}
51
52///////////////////////////////////////////////////////////////////////////////
53

Callers 2

addActorMethod · 0.70
addArticulationMethod · 0.70

Calls 1

setAggregateMethod · 0.45

Tested by

no test coverage detected