PhysicsQuery.DistanceInput
An input used for shape distance queries.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
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? |