| Vector3iCompose | |
|---|---|
|
|
| Type | |
| Category | Vector > Composition |
Vector3iCompose
Description
Composes 3 floats into Vector3i.
Enums
Enum #1
There is currently no description for the enum #1.
- Vector2
- Vector3
- Vector2i
- Vector3i
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| int | x (x) |
There is currently no description for the argument x. |
0 |
| int | y (y) |
There is currently no description for the argument y. |
0 |
| int | z (z) |
There is currently no description for the argument z. |
0 |
Outputs
Vector3i - vector (Composed Vector3i)
There is currently no description for output vector.