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

Method importExtraData

physx/source/physx/src/NpShape.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void NpShape::importExtraData(PxDeserializationContext& context)
97{
98 getScbShape().getScShape().importExtraData(context);
99 context.readName(mName);
100}
101
102void NpShape::requiresObjects(PxProcessPxBaseCallback& c)
103{

Callers 8

createObjectMethod · 0.45
createObjectMethod · 0.45
createObjectMethod · 0.45
createObjectMethod · 0.45
createObjectMethod · 0.45
createObjectMethod · 0.45
createObjectMethod · 0.45

Calls 1

readNameMethod · 0.80

Tested by

no test coverage detected