Click or drag to resize

CanvasLayerCustomViewport Property

The custom Viewport node assigned to the CanvasLayer. If null, uses the default viewport instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Node CustomViewport { get; set; }

Property Value

Type: Node
See Also