# PhysicsShape.MoverCollision

> Collision results optionally returned from PhysicsWorld.CastMover in PhysicsQuery.WorldMoverResult.

## Definition

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

```csharp
public readonly struct PhysicsShape.MoverCollision
```

## Properties

| Property                                                                                                      | Description                                               |
| ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [normal](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/movercollision/normal.md) | The collision normal at the collision point on the shape. |
| [point](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/movercollision/point.md)   | The collision point on the shape.                         |
| [shape](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsshape/movercollision/shape.md)   | The shape the mover collided with.                        |
