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

Method exportExtraData

physx/source/physx/src/NpArticulationLink.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void NpArticulationLink::exportExtraData(PxSerializationContext& stream)
53{
54 NpArticulationLinkT::exportExtraData(stream);
55 Cm::exportInlineArray(mChildLinks, stream);
56}
57
58void NpArticulationLink::importExtraData(PxDeserializationContext& context)
59{

Callers

nothing calls this directly

Calls 1

exportInlineArrayFunction · 0.85

Tested by

no test coverage detected