Click or drag to resize

NavigationSetUpVector Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Navigation.SetUpVector(Godot.Vector3)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetUpVector is deprecated. Use the UpVector property instead.")]
public void SetUpVector(
	Vector3 up
)

Parameters

up
Type: GodotVector3

[Missing <param name="up"/> documentation for "M:Godot.Navigation.SetUpVector(Godot.Vector3)"]

See Also