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

Method resolveReferences

physx/source/physx/src/NpConstraint.cpp:142–146  ·  view source on GitHub ↗

PX_SERIALIZATION

Source from the content-addressed store, hash-verified

140
141// PX_SERIALIZATION
142void NpConstraint::resolveReferences(PxDeserializationContext& context)
143{
144 context.translatePxBase(mActor0);
145 context.translatePxBase(mActor1);
146}
147
148NpConstraint* NpConstraint::createObject(PxU8*& address, PxDeserializationContext& context)
149{

Callers 1

createObjectMethod · 0.45

Calls 1

translatePxBaseMethod · 0.80

Tested by

no test coverage detected