# PhysicsQuery.DistanceInput

> An input used for shape distance queries.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public struct PhysicsQuery.DistanceInput
```

## Properties

| Property                                                                                                               | Description                            |
| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [shapeProxyA](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/distanceinput/shapeproxya.md) | The proxy for shape A.                 |
| [shapeProxyB](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/distanceinput/shapeproxyb.md) | The proxy for shape B.                 |
| [transformA](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/distanceinput/transforma.md)   | The world transform for shape A        |
| [transformB](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/distanceinput/transformb.md)   | The world transform for shape B        |
| [useRadii](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/distanceinput/useradii.md)       | Should the proxy radius be considered? |
