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

Method createObject

physx/source/physx/src/NpRigidStatic.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

importExtraDataMethod · 0.45
resolveReferencesMethod · 0.45

Tested by

no test coverage detected