Click or drag to resize

Vector2I Constructor (Int32, Int32)

Constructs a vector with the given individual elements.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector2I(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
X component.
y
Type: SystemInt32
Y component.
See Also