C# Class GoTweenChain, GoKit

Inheritance: AbstractGoTweenCollection
Mostra file Open project: prime31/GoKit Class Usage Examples

Public Methods

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

Private Methods

Method Description
append ( TweenFlowItem item ) : void
prepend ( TweenFlowItem item ) : void

Method Details

GoTweenChain() public method

public GoTweenChain ( ) : System.Collections
return System.Collections

GoTweenChain() public method

public GoTweenChain ( GoTweenCollectionConfig, config ) : System.Collections
config GoTweenCollectionConfig,
return System.Collections

append() public method

appends a Tween at the end of the current flow
public append ( AbstractGoTween, tween ) : GoTweenChain,
tween AbstractGoTween,
return GoTweenChain,

appendDelay() public method

appends a delay to the end of the current flow
public appendDelay ( float delay ) : GoTweenChain,
delay float
return GoTweenChain,

prepend() public method

adds a Tween to the front of the flow
public prepend ( AbstractGoTween, tween ) : GoTweenChain,
tween AbstractGoTween,
return GoTweenChain,

prependDelay() public method

adds a delay to the front of the flow
public prependDelay ( float delay ) : GoTweenChain,
delay float
return GoTweenChain,