MC-Basic:element.BLENDINGFACTORPREVIOUS/zh-hans

From SoftMC-Wiki
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

BFPrev

格式

?<element>.BlendingFactorPrevious

<element>.BlendingFactorPrevious = <value>

适用版本

描述

前一运动的的BF是指之前的运动和现在的运动之间是适用的。

该运动到路径的百分比将与下一个运动可以不混合。
0% – 第二个运动的混合在第一运动开始时开始。
100% – 第二运动的混合在第一运动结束时开始(无混合)。

类型

Double

取值范围

-1 to 100

单位

Percents of the segments length

默认

-1 (not active)

使用范围

Task or Terminal

限制

混合的轨迹类型无效,Modal / Nodal

例子

Axis
A1.BlendingFactorPrevious= 10
?A1.BlendingFactorPrevious

Group
G1.BlendingFactorPrevious= 10
?G1.BlendingFactorPrevious


参考