PhysicsQuery.TimeOfImpactInput
The input for time-of-impact query.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public struct PhysicsQuery.TimeOfImpactInput
Properties
Property | Description |
|---|---|
| maxFraction | The sweep interval in the range [0, maxFraction]. |
| shapeProxyA | The proxy for shape A. |
| shapeProxyB | The proxy for shape B. |
| shapeSweepA | The movement of shape A. |
| shapeSweepB | The movement of shape B. |