Difference between revisions of "MC-Basic:element.BLENDINGFACTOR/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
100% – blending of second movement started from the end of the first one (NO BLENDING) .
 
100% – blending of second movement started from the end of the first one (NO BLENDING) .
 
 
  
 
== 类型 ==
 
== 类型 ==
Line 45: Line 43:
 
''G1''.BlendingFactor = 10<br>
 
''G1''.BlendingFactor = 10<br>
 
?''G1''.BlendingFactor<br>  
 
?''G1''.BlendingFactor<br>  
 
 
  
 
== 参考 ==
 
== 参考 ==
 
* [[MC-Basic:element.BLENDINGMETHOD|element.BLENDINGMETHOD]]
 
* [[MC-Basic:element.BLENDINGMETHOD|element.BLENDINGMETHOD]]
 
* [[MC-Basic:element.CP|element.CP]]
 
* [[MC-Basic:element.CP|element.CP]]

Revision as of 05:23, 5 September 2017

语言: [[::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

参考