Click or drag to resize

RigidBody2DApplyLinearImpulse Method

Overload List
  NameDescription
Public methodApplyLinearImpulse(Vector2)
Apply an impulse at a point. This immediately modifies the velocity. This wakes up the body.
Public methodApplyLinearImpulse(Vector2, Vector2)
Apply an impulse at a point. This immediately modifies the velocity. It also modifies the angular velocity if the point of application is not at the center of mass. This wakes up the body.
Top
See Also