Click or drag to resize

BodyApplyAngularImpulse Method

Apply an angular impulse.

Namespace: Internal.tainicom.Aether.Physics2D.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ApplyAngularImpulse(
	float impulse
)

Parameters

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