PhysicsQuery.SegmentDistanceResult
Segment distance result from segment distance queries.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly struct PhysicsQuery.SegmentDistanceResult
Properties
Property | Description |
|---|---|
| closest1 | The closest point on the first segment |
| closest2 | The closest point on the second segment |
| distance | The distance between the closest points |
| fraction1 | The barycentric coordinate on the first segment |
| fraction2 | The barycentric coordinate on the second segment |
Structs
Struct | Description |
|---|---|
| PhysicsQuery.SegmentDistanceResult.SortAscendingOrder | Ascending distance sort comparer. |