# PhysicsQuery.TimeOfImpactResult

> Time-of-impact result from time-of-impact query.

## Definition

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

```csharp
public readonly struct PhysicsQuery.TimeOfImpactResult
```

## Properties

| Property                                                                                                                    | Description                                                              |
| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [fraction](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/timeofimpactresult/fraction.md)       | The sweep time of the collision interval in the range \[0, maxFraction]. |
| [impactState](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/timeofimpactresult/impactstate.md) | The impact state.                                                        |
| [normal](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/timeofimpactresult/normal.md)           | The surface normal at the point of contact.                              |
| [point](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/timeofimpactresult/point.md)             | The point of contact.                                                    |

## Enums

| Enum                                                                                                                                           | Description                         |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| [PhysicsQuery.TimeOfImpactResult.State](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsquery/timeofimpactresultstate.md) | Describes the time-of-impact state. |
