world__raycast_batched

Function world__raycast_batched 

Source
pub unsafe extern "C" fn world__raycast_batched(
    raycasts_ptr: *const RaycastQuery,
    raycasts_len: u32,
    hits_ptr: *mut RaycastHit,
    hits_len: u32,
) -> ErrorCode