Click or drag to resize

PhysicsServerBodyApplyTorqueImpulse Method

Gives the body a push to rotate it.

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

Parameters

body
Type: GodotRID

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

impulse
Type: GodotVector3

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

See Also