pub unsafe extern "C" fn PxScene_getNbActors(
    self_: *const PxScene,
    types: PxActorTypeFlags
) -> u32
Expand description

Retrieve the number of actors of certain types in the scene. For supported types, see PxActorTypeFlags.

the number of actors.