Click or drag to resize

VisualServerImmediateColor Method

Sets the color to be used with next vertex. Equivalent to SetColor(Color).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ImmediateColor(
	RID immediate,
	Color color
)

Parameters

immediate
Type: GodotRID

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

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.VisualServer.ImmediateColor(Godot.RID,Godot.Color)"]

See Also