Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

closest1The closest point on the first segment
closest2The closest point on the second segment
distanceThe distance between the closest points
fraction1The barycentric coordinate on the first segment
fraction2The barycentric coordinate on the second segment

Structs

Struct

Description

PhysicsQuery.SegmentDistanceResult.SortAscendingOrderAscending distance sort comparer.