# Sandbox.PhysicsIntersection.Deconstruct

```csharp
void Deconstruct(out Target Self, out Target Other, out PhysicsContact Contact)
```

### Parameters

- `out Self` (`Target`)
- `out Other` (`Target`)
- `out Contact` (`PhysicsContact`)

Declared in [Sandbox.PhysicsIntersection](/api/Sandbox.PhysicsIntersection).
Assembly: `Sandbox.Engine`.
