Click or drag to resize

VisualServerViewportSetParentViewport Method

Sets the viewport's parent to another viewport.

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

Parameters

viewport
Type: GodotRID

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

parentViewport
Type: GodotRID

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

See Also