4.3 Interaction 交互 - Drag Settings 拖拽设置


Customize a Drag patch's behavior.
自定义Drag模块的行为。

4.3 Interaction 交互 - Drag Settings 拖拽设置_第1张图片

输入口

Clip 修剪
A boolean that is true when clipping is enabled. Clipping prevents a layer from being dragged out of defined boundaries.
当修剪能启动时,布尔值为真。阻止图层被拖出定义的边界。

Min 最小
A point that defines the top left of the drag boundaries.
定义拖动边界左上角的点。

Max 最大
A point that defines the bottom right of the drag boundaries.
定义拖动边界右下角的点。

Momentum 惯性
A boolean that is true when momentum is enabled. Momentum adds physics when flicking the layer.
勾选后启动惯性。

Momentum Friction 惯性摩擦
A number between 0 and 950 that represents the amount of friction when flicking the layer.
0~950之间的数字表示摩擦量。(板栗:值越小摩擦越小惯性越大)

输出口

Settings 设置
The settings to pass to a Drag patch.
连接到Drag模块的Setting接口。


Related Patches 相关模块

Drag


Related Examples 案例

Instagram Adjust
Use drag to control the Instagram straighten tool.

你可能感兴趣的:(4.3 Interaction 交互 - Drag Settings 拖拽设置)