Click or drag to resize

JointGetReactionTorque Method

Get the reaction torque on the body at the joint anchor in N*m.

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public abstract float GetReactionTorque(
	float invDt
)

Parameters

invDt
Type: SystemSingle
The inverse delta time.

Return Value

Type: Single
See Also