Class: CmpTweens

XComponent.CmpTweens()

new CmpTweens()

Mainly an array of tween sequence. Each sequence represent an animation sequence driven by XTweener.

Source:

Members

eFinished

On sequence finished handling functions.

Properties:
Name Type Attributes Description
eFinished array <optional>
Source:

idle

Properties:
Name Type Description
idle bool

true: all sequence are idle

Source:

idleRising

Properties:
Name Type Description
idle bool

true: all tweens completed in this update

Source:

mfs

Properties:
Name Type Description
mfs array.<{mat4}>

sequences' affine tweening results

Source:

mfs

Properties:
Name Type Description
mfs array.<{mat4}>

sequences' affine tweening results, AffineCombiner2 use this to accumulate a sequence's transform.

Source:

onZinc

Properties:
Name Type Description
onZinc function

on all tweens updated in one update loop (inc Z power)

Source:

playRising

Properties:
Name Type Description
idle bool

true: any tween started in this update

Source:

startCmds

Properties:
Name Type Description
startCmds array

commands

Source:

tweens

Properties:
Name Type Description
tweens array.<array.<CmpTween>>

sequences of tween array

Source:

twindx

Properties:
Name Type Description
twindx array

{row-index: col-index}
current playing tween index of each sequence

Source: