Click or drag to resize

VisualServerViewportAttachCanvas Method

Sets a viewport's canvas.

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

Parameters

viewport
Type: GodotRID

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

canvas
Type: GodotRID

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

See Also