VisualServerViewportRemoveCanvas Method |
Detaches a viewport from a canvas and vice versa.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void ViewportRemoveCanvas(
RID viewport,
RID canvas
)
Parameters
- viewport
- Type: GodotRID
[Missing <param name="viewport"/> documentation for "M:Godot.VisualServer.ViewportRemoveCanvas(Godot.RID,Godot.RID)"]
- canvas
- Type: GodotRID
[Missing <param name="canvas"/> documentation for "M:Godot.VisualServer.ViewportRemoveCanvas(Godot.RID,Godot.RID)"]
See Also