Click or drag to resize

Vector3I Constructor (Vector2I, Int32)

Constructs a vector with a given Vector2I and a scalar.

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

Parameters

xy
Type: NeoAxisVector2I
The given Vector2I.
z
Type: SystemInt32
The scalar value.
See Also