Click or drag to resize

RigidBody2DApplyLinearImpulse Method (Vector2)

Apply an impulse at a point. This immediately modifies the velocity. This wakes up the body.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ApplyLinearImpulse(
	Vector2 impulse
)

Parameters

impulse
Type: NeoAxisVector2
The world impulse vector, usually in N-seconds or kg-m/s.
See Also