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

Method createObject

deps/physx/physx/source/physx/src/NpArticulationJoint.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// PX_SERIALIZATION
38
39NpArticulationJoint* NpArticulationJoint::createObject(PxU8*& address, PxDeserializationContext& context)
40{
41 NpArticulationJoint* obj = new (address) NpArticulationJoint(PxBaseFlags(0));
42 address += sizeof(NpArticulationJoint);
43 obj->importExtraData(context);
44 obj->resolveReferences(context);
45 return obj;
46}
47
48void NpArticulationJoint::resolveReferences(PxDeserializationContext& context)
49{

Callers

nothing calls this directly

Calls 2

importExtraDataMethod · 0.45
resolveReferencesMethod · 0.45

Tested by

no test coverage detected