Click or drag to resize

ImmediateGeometryAddVertex Method

Adds a vertex in local coordinate space with the currently set color/uv/etc.

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

Parameters

position
Type: GodotVector3

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

See Also