Click or drag to resize

VisualServerImmediateBegin Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ImmediateBegin(
	RID immediate,
	VisualServerPrimitiveType primitive,
	RID texture = null
)

Parameters

immediate
Type: GodotRID

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

primitive
Type: GodotVisualServerPrimitiveType

[Missing <param name="primitive"/> documentation for "M:Godot.VisualServer.ImmediateBegin(Godot.RID,Godot.VisualServer.PrimitiveType,Godot.RID)"]

texture (Optional)
Type: GodotRID

[Missing <param name="texture"/> documentation for "M:Godot.VisualServer.ImmediateBegin(Godot.RID,Godot.VisualServer.PrimitiveType,Godot.RID)"]

See Also