Click or drag to resize

MeshDataToolSetVertexColor Method

Sets the color of the given vertex.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetVertexColor(
	int idx,
	Color color
)

Parameters

idx
Type: SystemInt32

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

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.MeshDataTool.SetVertexColor(System.Int32,Godot.Color)"]

See Also