Click or drag to resize

Vector2Set Method (Vector2)

Note: This API is now obsolete.

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

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

Parameters

v
Type: GodotVector2

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

See Also