Click or drag to resize

SurfaceToolAddVertex Method

Specifies the position of current vertex. Should be called after specifying other vertex properties (e.g. Color, UV).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddVertex(
	Vector3 vertex
)

Parameters

vertex
Type: GodotVector3

[Missing <param name="vertex"/> documentation for "M:Godot.SurfaceTool.AddVertex(Godot.Vector3)"]

See Also