Create a loop of indices, ex: a count of 3 outputs a loop of [0, 1, 2]. Similar to a for loop in programming.
To learn more about loops, see the Introduction to Loops.
定义循环数量,例如:Count 输入3 时输出一个 [ 0,1,2 ] 三个循环。类似于编程中循环。
了解更多信息,请参阅读 《介绍循环 Introduction to Loops》。
输入口
Count 数量
A number that represents the number of indices in the loop.
定义要循环的次数的数字。
输出口
Index
A loop of indices.
循环值索引。
相关模块
[Loop Builder
]) [Loop Count
]) [Loop Filter
]) [Loop Over Array
]) [Loop Select
]) [Loop Sum
]) [Loop to Array
]) [Running Total
])
相关案例
7. Instagram Adjust
通过拖动来控制 Instagram 的校直工具。
10. Instagram Notifications
在不同通知间切换的动画。
14. Instagram Color Picker
更改 Instagram 文章帖子中的文字颜色。