Click or drag to resize

ControlSetPivotOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Control.SetPivotOffset(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPivotOffset is deprecated. Use the RectPivotOffset property instead.")]
public void SetPivotOffset(
	Vector2 pivotOffset
)

Parameters

pivotOffset
Type: GodotVector2

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

See Also