pub unsafe extern "C" fn PxArticulationReducedCoordinate_getCacheDataSize(
    self_: *const PxArticulationReducedCoordinate
) -> u32
Expand description

Returns the size of the articulation cache in bytes.

  • The size does not include: the user-allocated memory for the coefficient matrix or lambda values; the scratch-related memory/members; and the cache version. See comment in PxArticulationCache.
  • The return value is only valid for articulations that are in a scene.

The byte size of the cache, or 0xFFFFFFFF if the articulation is not in a scene.