Click or drag to resize

CanvasItemMakeCanvasPositionLocal Method

Assigns screen_point as this node's new local transform.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 MakeCanvasPositionLocal(
	Vector2 screenPoint
)

Parameters

screenPoint
Type: GodotVector2

[Missing <param name="screenPoint"/> documentation for "M:Godot.CanvasItem.MakeCanvasPositionLocal(Godot.Vector2)"]

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.CanvasItem.MakeCanvasPositionLocal(Godot.Vector2)"]

See Also