Click or drag to resize

RigidBodySetAxisVelocity Method

Sets an axis velocity. The velocity in the given vector axis will be set as the given vector length. This is useful for jumping behavior.

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

Parameters

axisVelocity
Type: GodotVector3

[Missing <param name="axisVelocity"/> documentation for "M:Godot.RigidBody.SetAxisVelocity(Godot.Vector3)"]

See Also