Split
Splits the incoming value into its channels.
Inputs
- A: incoming value (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4) scalar, []-[][]-[][][]-[][][][]
Outputs
- A: First channel (float, int) scalar, []-[][]-[][][]-[][][][]
- B: Second channel (float, int) scalar, []-[][]-[][][]-[][][][]
- C: Third channel (float, int) scalar, []-[][]-[][][]-[][][][]
- D: Fourth channel (float, int) scalar, []-[][]-[][][]-[][][][]
Remarks
If a value has less channel than A..D, empty channels will be assigned empty object
Example
