Click or drag to resize

RigidBody2DApplyAngularImpulse Method

Apply an angular impulse.

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

Parameters

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