Click or drag to resize

Physics2DServerBodyApplyTorqueImpulse Method

[Missing <summary> documentation for "M:Godot.Physics2DServer.BodyApplyTorqueImpulse(Godot.RID,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void BodyApplyTorqueImpulse(
	RID body,
	float impulse
)

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.Physics2DServer.BodyApplyTorqueImpulse(Godot.RID,System.Single)"]

impulse
Type: SystemSingle

[Missing <param name="impulse"/> documentation for "M:Godot.Physics2DServer.BodyApplyTorqueImpulse(Godot.RID,System.Single)"]

See Also