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

Method createObject

deps/physx/physx/source/physx/src/NpShape.cpp:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176NpShape* NpShape::createObject(PxU8*& address, PxDeserializationContext& context)
177{
178 NpShape* obj = new (address) NpShape(PxBaseFlag::eIS_RELEASABLE);
179 address += sizeof(NpShape);
180 obj->importExtraData(context);
181 obj->resolveReferences(context);
182 return obj;
183}
184//~PX_SERIALIZATION
185
186PxU32 NpShape::getReferenceCount() const

Callers

nothing calls this directly

Calls 2

importExtraDataMethod · 0.45
resolveReferencesMethod · 0.45

Tested by

no test coverage detected