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