Click or drag to resize

Vector2Set Method (Single, Single)

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Vector2.Set(System.Single,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("Set is deprecated. Use the Vector2(real_t, real_t) constructor instead.", 
	true)]
public void Set(
	float x,
	float y
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Godot.Vector2.Set(System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Godot.Vector2.Set(System.Single,System.Single)"]

See Also