Click or drag to resize

ViewportCanvasTransform Property

The canvas transform of the viewport, useful for changing the on-screen positions of all child CanvasItems. This is relative to the global canvas transform of the viewport.

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

Property Value

Type: Transform2D
See Also