Click or drag to resize

ControlSetScale Method

Note: This API is now obsolete.

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

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

Parameters

scale
Type: GodotVector2

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

See Also