Continue loop node
Skip the rest of the current loop iteration and move to the next one.
阅读时间1 分钟最后更新于 10 个月前
Use the Continue loop node to skip the rest of the current loop pass and move straight to the next pass. Place it inside a loop when you want to ignore the remaining steps for this pass.