MC-Basic:element.BLENDINGFACTOR/zh-hans

From SoftMC-Wiki
Jump to: navigation, search
语言: [[::MC-Basic:element.BLENDINGFACTOR|English]]  • [[::MC-Basic:element.BLENDINGFACTOR/zh-hans|中文(简体)‎]]

缩写

格式

?<element>.BlendingFactor

<element>. BlendingFactor  = <value>

适用版本

自版本3.6.20起

描述

Percentage of the movement’s 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

取值范围

0 to 100

单位

Percents of the segments length

默认

100 (no blending)

使用范围

Task or Terminal

限制

Mixed profiler types are not valid , Modal/Nodal

例子

Axis
A1.BlendingFactor = 10
?A1.BlendingFactor

Group
G1.BlendingFactor = 10
?G1.BlendingFactor


参考