direction | @param direction Направление, в которое должно быть направлено твердое тело. |
maxDistance | @param distance длина протяжения. |
queryTriggerInteraction | Specifies whether this query should hit Triggers. |
RaycastHit[] An array of all colliders hit in the sweep.
Похож на Rigidbody.SweepTest, но возвращает все прикосновения.
Протяжение может возвращать несколько ударов, если хотя бы один из коллайдеров имеет прикрепленное твердое тело.
Note that this function only works when a primitive collider type (sphere, cube or capsule) or a convex mesh is attached to the rigidbody object - concave mesh colliders will not work, although they can be detected in the Scene by the sweep.
This function can only return up to 128 hits.