Vector2I(Int32, Int32) Constructor |
Constructs a vector with the given individual elements.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2I(
int x,
int y
)
Parameters
- x Int32
- X component.
- y Int32
- Y component.
See Also