Click or drag to resize

Physics2DServerBodyApplyCentralImpulse Method

[Missing <summary> documentation for "M:Godot.Physics2DServer.BodyApplyCentralImpulse(Godot.RID,Godot.Vector2)"]

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

Parameters

body
Type: GodotRID

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

impulse
Type: GodotVector2

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

See Also