# PhysicsQuery.TimeOfImpactResult

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

## Definition

* **Type:** Struct
* **Namespace:** [Unity.U2D.Physics](/engine/6000.5/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

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

## Properties

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

## Structs

| Struct                                                                                                                                                       | Description                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------- |
| [PhysicsQuery.TimeOfImpactResult.SortAscendingOrder](/engine/6000.5/script-reference/unity/u2d/physics/physicsquery/timeofimpactresultsortascendingorder.md) | Ascending distance sort comparer. |

## Enums

| Enum                                                                                                                               | Description                         |
| ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| [PhysicsQuery.TimeOfImpactResult.State](/engine/6000.5/script-reference/unity/u2d/physics/physicsquery/timeofimpactresultstate.md) | Describes the time-of-impact state. |
