Side-effecting graph statement. Actions execute top-to-bottom inside the graph block and can mutate particle attributes or declared variables.
Compose value into a particle attribute via the chosen SetAttributeMode.
value
Assign to a local variable declared in variables.
variables
Control-flow branch: run then if cond is true, else else_ (if any).
then
cond
else_
Side-effecting graph statement. Actions execute top-to-bottom inside the graph block and can mutate particle attributes or declared variables.