MC-Basic:element.BLENDINGFACTORPREVIOUS/zh-hans

From SoftMC-Wiki
< MC-Basic:element.BLENDINGFACTORPREVIOUS
Revision as of 06:14, 5 September 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == BFPrev == 格式 == ?<element>.BlendingFactorPrevious<br> <element>.BlendingFactorPrevious = <''value''> == 适用版本 == == 描述 == The [[...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:element.BLENDINGFACTORPREVIOUS|English]]  • [[::MC-Basic:element.BLENDINGFACTORPREVIOUS/zh-hans|中文(简体)‎]]

缩写

BFPrev

格式

?<element>.BlendingFactorPrevious

<element>.BlendingFactorPrevious = <value>

适用版本

描述

The BF of the previous motion meant to be applied between the previous motion and the current one. If no such overwriting is desired BFPrev must be set to -1.

Percentage of the movement length that will be not blended with the next movement.
0% – blending of second movement started from the beginning of the first one.
100% – blending of second movement started from the end of the first one (no blending).

类型

Double

取值范围

-1 to 100

单位

Percents of the segments length

默认

-1 (not active)

使用范围

Task or Terminal

限制

Mixed profiler types are not valid , Modal/Nodal

例子

Axis
A1.BlendingFactorPrevious= 10
?A1.BlendingFactorPrevious

Group
G1.BlendingFactorPrevious= 10
?G1.BlendingFactorPrevious


参考