you can Reference values from other Channels or Nodes and also use these in your @(Particle) Expressions. You can see the channel names by hovering your mouse over the desired channel.
Variable | Explanation | Example |
---|---|---|
ref(Objectname.Channelname) | returns the Transform X Value of a Transformnode named „Transform“ | ref(Transform.translateX) |