Click or drag to resize

Physics2DServer.BodyAddTorque Method

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

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

Parameters

body
Type: Godot.RID

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

torque
Type: System.Single

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

See Also