Click or drag to resize

AStarSetPointPosition Method

Sets the position for the point with the given id.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPointPosition(
	int id,
	Vector3 position
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.AStar.SetPointPosition(System.Int32,Godot.Vector3)"]

position
Type: GodotVector3

[Missing <param name="position"/> documentation for "M:Godot.AStar.SetPointPosition(System.Int32,Godot.Vector3)"]

See Also