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