Separate XYZ
Overview
Splits a vector into its individual X, Y, and Z components.
Inputs
| Name | Type | Description |
|---|---|---|
| Input | Vector3 | Vector value to be separated into components. |
Outputs
| Name | Type | Description |
|---|---|---|
| X | float | X component of the input vector. |
| Y | float | Y component of the input vector. |
| Z | float | Z component of the input vector. |
Parameters
This node does not expose additional parameters.
Behavior Notes
- If the input is a list, then the output is also a list.