Create a loop of any value (ex: text, color, image).
Right-click the patch to change the type, or add additional values.
To learn more about loops, see the Introduction to Loops。
给循环中的内容创建不同的值(例如:同一个格式的通知列表里不同的头像、图标)。右键更改类型或输入口数量。
了解更多信息,请参阅读 《介绍循环 Introduction to Loops》。
输入口
Input 输入
A value at index 0. By default, the value is a number.
索引 0 的值。默认值为数字。
Input 输入
A value at index 1. By default, the value is a number.
索引 1 的值。默认值为数字。
Input 输入
A value at index 2. By default, the value is a number.
索引 2 的值。默认值为数字。
输出口
Index 索引
A loop of the indices for the input values. ex: [0, 1, 2]
输入口值的循环索引。例如:[0,1,2]。
Loop 输出
A loop of the input values. ex: ["apple", "carrot", "orange"].
一个循环的输入值。例如:[“苹果”,“胡萝卜”,“橙”]
相关模块
Loop
Loop Count
Loop Filter
Loop Over Array
Loop Select
Loop Sum
Loop to Array
Running Total
相关案例
[10. Instagram Notifications](http://www.ji
anshu.com/p/7dd85be2ef2e)
在不同通知间切换的动画。
13. Facebook Photos
从循环中构建照片网格。
网友评论