Click or drag to resize

Vector3I(Vector2I, Int32) Constructor

Constructs a vector with a given Vector2I and a scalar.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector3I(
	Vector2I xy,
	int z
)

Parameters

xy  Vector2I
The given Vector2I.
z  Int32
The scalar value.
See Also