Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Impulse

The impulse applied to this contact pair to resolve the collision.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
Warning
Deprecated. Please use ContactPairPoint.impulse instead.
public Vector3 Impulse { get; }

Remarks

To work out the force applied you can divide the impulse by the last frame's simulation time step.