Click or drag to resize

VisualServerViewportDetach Method

Detaches the viewport from the screen.

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

Parameters

viewport
Type: GodotRID

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

See Also