Click or drag to resize

Physics2DDirectBodyStateApplyTorqueImpulse Method

Applies a rotational impulse to the body.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ApplyTorqueImpulse(
	float impulse
)

Parameters

impulse
Type: SystemSingle

[Missing <param name="impulse"/> documentation for "M:Godot.Physics2DDirectBodyState.ApplyTorqueImpulse(System.Single)"]

See Also