Click or drag to resize

Vector2 Constructor (Vector2)

Constructs a new Vector2 from an existing Vector2.

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

Parameters

v
Type: GodotVector2
The existing Vector2.
See Also