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

Method exportExtraData

physx/source/physx/src/NpArticulation.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void NpArticulation::exportExtraData(PxSerializationContext& stream)
54{
55 Cm::exportInlineArray(mImpl.mArticulationLinks, stream);
56 stream.writeName(mImpl.mName);
57}
58
59void NpArticulation::importExtraData(PxDeserializationContext& context)
60{

Callers

nothing calls this directly

Calls 2

exportInlineArrayFunction · 0.85
writeNameMethod · 0.45

Tested by

no test coverage detected