MC-Basic:element.BLENDINGFACTOR/zh-hans

From SoftMC-Wiki
< MC-Basic:element.BLENDINGFACTOR
Revision as of 03:37, 5 September 2017 by Chi (talk | contribs) (Created page with "{{Languages}} {{MC-Basic |SHORT FORM= |SYNTAX= ?<''element''>.BlendingFactor<br> <''element''>. BlendingFactor  = <''value''> |AVAILABILITY= Since Version 3.6.20 |DESCRI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:element.BLENDINGFACTOR|English]]  • [[::MC-Basic:element.BLENDINGFACTOR/zh-hans|中文(简体)‎]]

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) .

Syntax

?<element>.BlendingFactor

<element>. BlendingFactor  = <value>

Availability

Since Version 3.6.20

Type

Double

Range

0 to 100

Units

Percents of the segments length

Default

100 (no blending)

Scope

Task or Terminal

Limitations

Mixed profiler types are not valid , Modal/Nodal

Examples

Axis
A1.BlendingFactor = 10
?A1.BlendingFactor

Group
G1.BlendingFactor = 10
?G1.BlendingFactor

See Also