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

Method importExtraData

deps/physx/physx/source/physx/src/NpAggregate.cpp:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void NpAggregate::importExtraData(PxDeserializationContext& context)
379{
380 if(mActors)
381 mActors = context.readExtraData<PxActor*, PX_SERIAL_ALIGN>(mNbActors);
382}
383
384void NpAggregate::resolveReferences(PxDeserializationContext& context)
385{

Callers 1

createObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected