Click or drag to resize

CanvasItemGetGlobalTransformWithCanvas Method

Returns the global transform matrix of this item in relation to the canvas.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Transform2D GetGlobalTransformWithCanvas()

Return Value

Type: Transform2D

[Missing <returns> documentation for "M:Godot.CanvasItem.GetGlobalTransformWithCanvas"]

See Also