Vector2(Vector2I) Constructor |
Constructs a vector with another given vector of
Vector2I format.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2(
Vector2I source
)
Parameters
- source Vector2I
- The source vector.
See Also