NeoAxis Documentation
NeoAxis Documentation
API Reference
NeoAxis
Vector2I Structure
Vector2I Constructor
Vector2I Constructor (Vector2I)
Vector2I Constructor (Int32, Int32)
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#
Copy
public
Vector2I
(
int
x
,
int
y
)
Parameters
x
Type:
System
Int32
X component.
y
Type:
System
Int32
Y component.
See Also
Reference
Vector2I Structure
Vector2I Overload
NeoAxis Namespace
Copyright 2024 NeoAxis Group. All rights reserved.