Click or drag to resize

RigidBody2DApplyAngularImpulse Method

Apply an angular impulse.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ApplyAngularImpulse(
	double impulse
)

Parameters

impulse  Double
The angular impulse in units of kg*m*m/s.
See Also