PhysicsQuery.DistanceInput
An input used for shape distance queries.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public struct PhysicsQuery.DistanceInput
Properties
Property | Description |
|---|---|
| shapeProxyA | The proxy for shape A. |
| shapeProxyB | The proxy for shape B. |
| transformA | The world transform for shape A |
| transformB | The world transform for shape B |
| useRadii | Should the proxy radius be considered? |