Click or drag to resize

Vector3 Constructor (Single, Single, Single)

Constructs a new Vector3 with the given components.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
The vector's X component.
y
Type: SystemSingle
The vector's Y component.
z
Type: SystemSingle
The vector's Z component.
See Also