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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ApplyAngularImpulse(
	float impulse
)

Parameters

impulse
Type: SystemSingle
The angular impulse in units of kg*m*m/s.
See Also