Click or drag to resize

VisualServerImmediateVertex Method

Adds the next vertex using the information provided in advance. Equivalent to AddVertex(Vector3).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ImmediateVertex(
	RID immediate,
	Vector3 vertex
)

Parameters

immediate
Type: GodotRID

[Missing <param name="immediate"/> documentation for "M:Godot.VisualServer.ImmediateVertex(Godot.RID,Godot.Vector3)"]

vertex
Type: GodotVector3

[Missing <param name="vertex"/> documentation for "M:Godot.VisualServer.ImmediateVertex(Godot.RID,Godot.Vector3)"]

See Also