Click or drag to resize

PhysicsDirectBodyStateApplyCentralImpulse Method

Applies a single directional impulse without affecting rotation.

This is equivalent to apply_impulse(Vector3(0, 0, 0), impulse).

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

Parameters

j
Type: GodotVector3

[Missing <param name="j"/> documentation for "M:Godot.PhysicsDirectBodyState.ApplyCentralImpulse(Godot.Vector3)"]

See Also