Click or drag to resize

VisualServerViewportSetVflip Method

If true, the viewport's rendering is flipped vertically.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ViewportSetVflip(
	RID viewport,
	bool enabled
)

Parameters

viewport
Type: GodotRID

[Missing <param name="viewport"/> documentation for "M:Godot.VisualServer.ViewportSetVflip(Godot.RID,System.Boolean)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.VisualServer.ViewportSetVflip(Godot.RID,System.Boolean)"]

See Also