Click or drag to resize

RigidBody2DApplyCentralImpulse Method

Applies a directional impulse without affecting rotation.

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

Parameters

impulse
Type: GodotVector2

[Missing <param name="impulse"/> documentation for "M:Godot.RigidBody2D.ApplyCentralImpulse(Godot.Vector2)"]

See Also