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

Method createObject

physx/source/physx/src/NpArticulationJoint.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43NpArticulationJoint* NpArticulationJoint::createObject(PxU8*& address, PxDeserializationContext& context)
44{
45 NpArticulationJoint* obj = new (address) NpArticulationJoint(PxBaseFlags(0));
46 address += sizeof(NpArticulationJoint);
47 obj->importExtraData(context);
48 obj->resolveReferences(context);
49 return obj;
50}
51// ~PX_SERIALIZATION
52
53NpArticulationJoint::NpArticulationJoint(NpArticulationLink& parent,

Callers

nothing calls this directly

Calls 2

importExtraDataMethod · 0.45
resolveReferencesMethod · 0.45

Tested by

no test coverage detected