Click or drag to resize

MeshDataToolSetVertexUv Method

Sets the UV of the given vertex.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetVertexUv(
	int idx,
	Vector2 uv
)

Parameters

idx
Type: SystemInt32

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

uv
Type: GodotVector2

[Missing <param name="uv"/> documentation for "M:Godot.MeshDataTool.SetVertexUv(System.Int32,Godot.Vector2)"]

See Also