Click or drag to resize

Camera2DCustomViewport Property

The custom Viewport node attached to the Camera2D. If null or not a Viewport, 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