Click or drag to resize

ControlRectPosition Property

The node's position, relative to its parent. It corresponds to the rectangle's top-left corner. The property is not affected by RectPivotOffset.

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

Property Value

Type: Vector2
See Also