anim_set_out_of_range
Set an animation controller's out-of-range behavior for properties like position, rotation, or scale. Choose from loop, cycle, pingpong, constant, or linear to define playback beyond the keyframe range.
Instructions
设置控制器在动画范围之外的行为:loop(循环)/ cycle(往复周期)/ pingpong(乒乓)/ constant(保持)/ linear(线性外推)。 [English] Set a controller's out-of-range behaviour: loop / cycle / pingpong / constant / linear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | 类型。 | Type. | |
| objects | No | 对象名列表;省略则用当前选择。 | Object names; omit for the current selection. | |
| property | Yes | 属性名:position / rotation / scale,或任意命名属性。 | Property name: position / rotation / scale, or any named property. |