world__raycast_batched

Function world__raycast_batched 

Source
pub unsafe extern "C" fn world__raycast_batched(
    raycasts_ptr: *const RaycastQueryWithOptions,
    raycasts_len: u32,
    hits_ptr: *mut RaycastHit,
    hits_len: u32,
) -> ErrorCode
👎Deprecated: use spherecast_batched instead