pub unsafe extern "C" fn PxAggregate_getNbActors(
self_: *const PxAggregate,
) -> u32Expand description
Returns the number of actors contained in the aggregate.
You can use getActors to retrieve the actor pointers.
Number of actors contained in the aggregate.