C# Class GoTweenChain, GoKit

Inheritance: AbstractGoTweenCollection
Afficher le fichier Open project: prime31/GoKit Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
append ( TweenFlowItem item ) : void
prepend ( TweenFlowItem item ) : void

Method Details

GoTweenChain() public méthode

public GoTweenChain ( ) : System.Collections
Résultat System.Collections

GoTweenChain() public méthode

public GoTweenChain ( GoTweenCollectionConfig, config ) : System.Collections
config GoTweenCollectionConfig,
Résultat System.Collections

append() public méthode

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

appendDelay() public méthode

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

prepend() public méthode

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

prependDelay() public méthode

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