PhysicsQuery.TimeOfImpactInput
The input for time-of-impact query.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
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. |