Routes
Key Dynamics Concepts
Routes
- Route: Connects an EventOut to an EventIn
- A Route is not a node!
- Output type must match input type exactly
- Output may connect to multiple inputs (fan-out)
- Multiple outputs may connect to single input (fan-in)
- Nodes must be named in order to use Routes