Click or drag to resize

Vector3 Constructor (Vector3)

Constructs a new Vector3 from an existing Vector3.

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

Parameters

v
Type: GodotVector3
The existing Vector3.
See Also