NeoAxis Documentation
NeoAxis Documentation
API Reference
NeoAxis
Vector3I Structure
Vector3I Constructor
Vector3I Constructor (Vector3I)
Vector3I Constructor (Vector2I, Int32)
Vector3I Constructor (Int32, Int32, Int32)
Vector3I Constructor (Vector2I, Int32)
Constructs a vector with a given
Vector2I
and a scalar.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Copy
public
Vector3I
(
Vector2I
xy
,
int
z
)
Parameters
xy
Type:
NeoAxis
Vector2I
The given
Vector2I
.
z
Type:
System
Int32
The scalar value.
See Also
Reference
Vector3I Structure
Vector3I Overload
NeoAxis Namespace
Copyright 2024 NeoAxis Group. All rights reserved.