Method | Description | |
---|---|---|
GoTweenChain ( ) : System.Collections | ||
GoTweenChain ( GoTweenCollectionConfig, config ) : System.Collections | ||
append ( AbstractGoTween, tween ) : GoTweenChain, |
appends a Tween at the end of the current flow
|
|
appendDelay ( float delay ) : GoTweenChain, |
appends a delay to the end of the current flow
|
|
prepend ( AbstractGoTween, tween ) : GoTweenChain, |
adds a Tween to the front of the flow
|
|
prependDelay ( float delay ) : GoTweenChain, |
adds a delay to the front of the flow
|
Method | Description | |
---|---|---|
append ( TweenFlowItem item ) : void | ||
prepend ( TweenFlowItem item ) : void |
public GoTweenChain ( GoTweenCollectionConfig, config ) : System.Collections | ||
config | GoTweenCollectionConfig, | |
return | System.Collections |
public append ( AbstractGoTween, tween ) : GoTweenChain, | ||
tween | AbstractGoTween, | |
return | GoTweenChain, |
public appendDelay ( float delay ) : GoTweenChain, | ||
delay | float | |
return | GoTweenChain, |
public prepend ( AbstractGoTween, tween ) : GoTweenChain, | ||
tween | AbstractGoTween, | |
return | GoTweenChain, |
public prependDelay ( float delay ) : GoTweenChain, | ||
delay | float | |
return | GoTweenChain, |