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

Method createObject

deps/physx/physx/source/physx/src/NpRigidDynamic.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62NpRigidDynamic* NpRigidDynamic::createObject(PxU8*& address, PxDeserializationContext& context)
63{
64 NpRigidDynamic* obj = new (address) NpRigidDynamic(PxBaseFlag::eIS_RELEASABLE);
65 address += sizeof(NpRigidDynamic);
66 obj->importExtraData(context);
67 obj->resolveReferences(context);
68 return obj;
69}
70//~PX_SERIALIZATION
71
72void NpRigidDynamic::release()

Callers

nothing calls this directly

Calls 2

importExtraDataMethod · 0.45
resolveReferencesMethod · 0.45

Tested by

no test coverage detected