Click or drag to resize

VisualServerViewportSetActive Method

If true, sets the viewport active, else sets it inactive.

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

Parameters

viewport
Type: GodotRID

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

active
Type: SystemBoolean

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

See Also