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

Method createObject

physx/source/physx/src/NpConstraint.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148NpConstraint* NpConstraint::createObject(PxU8*& address, PxDeserializationContext& context)
149{
150 NpConstraint* obj = new (address) NpConstraint(PxBaseFlags(0));
151 address += sizeof(NpConstraint);
152 obj->importExtraData(context);
153 obj->resolveReferences(context);
154 return obj;
155}
156
157// ~PX_SERIALIZATION
158

Callers

nothing calls this directly

Calls 2

importExtraDataMethod · 0.45
resolveReferencesMethod · 0.45

Tested by

no test coverage detected