In Flow Nodes, data is strictly typed, meaning values have a specific type.
Float | Int | Bool | String |
---|---|---|---|
Keyframe | Duration | Angle | 3D Angle |
Point | 3D Point | Size | 3D Size |
Rect | 3D Rect | Color | Date |
Graphic | 3D Graphic | View | Vector |
Video | Geometry | View | Vector |
Action |
When wiring from one outlet with a specific type to another inlet with another type, if possible a auto conversion node will be created to convert the value. There is also a manual Convert node.
Some in and outlets are generic, meaning they can take any value, as long as both ends of the wire are of the same type.