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