pub unsafe extern "C" fn PxScene_getActors(
    self_: *const PxScene,
    types: PxActorTypeFlags,
    userBuffer: *mut *mut PxActor,
    bufferSize: u32,
    startIndex: u32
) -> u32
Expand description

Retrieve an array of all the actors of certain types in the scene. For supported types, see PxActorTypeFlags.

Number of actors written to the buffer.