Click or drag to resize

Rect2Position Property

Beginning corner. Typically has values lower than End.

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

Property Value

Type: Vector2
Directly uses a private field.
See Also