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

Method createObject

deps/physx/physx/source/physx/src/NpRigidStatic.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56NpRigidStatic* NpRigidStatic::createObject(PxU8*& address, PxDeserializationContext& context)
57{
58 NpRigidStatic* obj = new (address) NpRigidStatic(PxBaseFlag::eIS_RELEASABLE);
59 address += sizeof(NpRigidStatic);
60 obj->importExtraData(context);
61 obj->resolveReferences(context);
62 return obj;
63}
64//~PX_SERIALIZATION
65
66void NpRigidStatic::release()

Callers

nothing calls this directly

Calls 2

importExtraDataMethod · 0.45
resolveReferencesMethod · 0.45

Tested by

no test coverage detected