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

From SoftMC-Wiki
Jump to: navigation, search
Line 11: Line 11:
  
 
== 描述 ==
 
== 描述 ==
Percentage of the movement’s length that will be not blended with the next movement.
+
该运动到路径的百分比将与下一个运动可以不混合。
 +
0% – 第二个运动的混合在第一运动开始时开始
  
0% – blending of second movement started from the beginning of the first one .
+
100% – 第二运动的混合在第一运动结束时开始(无混合)。
 
 
100% – blending of second movement started from the end of the first one (NO BLENDING) .
 
  
 
== 类型 ==
 
== 类型 ==
Line 24: Line 23:
  
 
== 单位 ==
 
== 单位 ==
Percents of the segments length
+
路径的百分比
  
 
== 默认 ==
 
== 默认 ==
100 (no blending)
+
100 (无混合)
  
 
== 使用范围 ==
 
== 使用范围 ==
Line 33: Line 32:
  
 
== 限制 ==
 
== 限制 ==
Mixed profiler types are not valid , Modal/Nodal
+
混合的轨迹类型无效,Modal / Nodal
  
 
== 例子 ==
 
== 例子 ==

Revision as of 05:40, 5 September 2017

语言: [[::MC-Basic:element.BLENDINGFACTOR|English]]  • [[::MC-Basic:element.BLENDINGFACTOR/zh-hans|中文(简体)‎]]

缩写

格式

?<element>.BlendingFactor

<element>. BlendingFactor  = <value>

适用版本

自版本3.6.20起

描述

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

100% – 第二运动的混合在第一运动结束时开始(无混合)。

类型

Double

取值范围

0 to 100

单位

路径的百分比

默认

100 (无混合)

使用范围

Task or Terminal

限制

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

例子

Axis
A1.BlendingFactor = 10
?A1.BlendingFactor

Group
G1.BlendingFactor = 10
?G1.BlendingFactor

参考