Click or drag to resize

ControlSetBegin Method

Sets MarginLeft and MarginTop at the same time. Equivalent of changing RectPosition.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBegin(
	Vector2 position
)

Parameters

position
Type: GodotVector2

[Missing <param name="position"/> documentation for "M:Godot.Control.SetBegin(Godot.Vector2)"]

See Also