Click or drag to resize

VisualServerImmediateUv2 Method

Sets the UV2 to be used with next vertex. Equivalent to SetUv2(Vector2).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ImmediateUv2(
	RID immediate,
	Vector2 texUv
)

Parameters

immediate
Type: GodotRID

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

texUv
Type: GodotVector2

[Missing <param name="texUv"/> documentation for "M:Godot.VisualServer.ImmediateUv2(Godot.RID,Godot.Vector2)"]

See Also