Click or drag to resize

MeshDataToolSetVertex Method

Sets the position of the given vertex.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetVertex(
	int idx,
	Vector3 vertex
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.MeshDataTool.SetVertex(System.Int32,Godot.Vector3)"]

vertex
Type: GodotVector3

[Missing <param name="vertex"/> documentation for "M:Godot.MeshDataTool.SetVertex(System.Int32,Godot.Vector3)"]

See Also