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

Method importExtraData

physx/source/physx/src/NpAggregate.cpp:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void NpAggregate::importExtraData(PxDeserializationContext& context)
373{
374 if(mActors)
375 mActors = context.readExtraData<PxActor*, PX_SERIAL_ALIGN>(mNbActors);
376}
377
378void NpAggregate::resolveReferences(PxDeserializationContext& context)
379{

Callers 1

createObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected