Method | Description | |
---|---|---|
GoTweenFlow ( ) : System.Collections | ||
GoTweenFlow ( GoTweenCollectionConfig, config ) : System.Collections | ||
insert ( float startTime, AbstractGoTween, tween ) : GoTweenFlow, |
inserts a Tween and sets it to start at the given startTime
|
Method | Description | |
---|---|---|
insert ( TweenFlowItem item ) : void |
the item being added already has a start time so no extra parameter is needed
|
public GoTweenFlow ( GoTweenCollectionConfig, config ) : System.Collections | ||
config | GoTweenCollectionConfig, | |
return | System.Collections |
public insert ( float startTime, AbstractGoTween, tween ) : GoTweenFlow, | ||
startTime | float | |
tween | AbstractGoTween, | |
return | GoTweenFlow, |