pub unsafe extern "C" fn PxScene_getAggregates(
self_: *const PxScene,
userBuffer: *mut *mut PxAggregate,
bufferSize: u32,
startIndex: u32,
) -> u32Expand description
Retrieve all the aggregates in the scene.
Number of aggregates written to the buffer.