RigidBody2DApplyLinearImpulse(Vector2) Method |
Apply an impulse at a point. This immediately modifies the velocity.
This wakes up the body.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void ApplyLinearImpulse(
Vector2 impulse
)
Parameters
- impulse Vector2
- The world impulse vector, usually in N-seconds or kg-m/s.
See Also