struct in UnityEngine.LowLevelPhysics2D
/
Implemented in:UnityEngine.Physics2DModule
Time-of-impact result from time-of-impact query.
Property | Description |
---|---|
fraction | The sweep time of the collision interval in the range [0, maxFraction]. |
impactState | The impact state. |
normal | The surface normal at the point of contact. |
point | The point of contact. |