Click or drag to resize

MeshDataToolSetVertexUv2 Method

Sets the UV2 of the given vertex.

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

Parameters

idx
Type: SystemInt32

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

uv2
Type: GodotVector2

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

See Also