C# Class XNATweener.Loop

The Loop class is a static class for easy loop control of the Tweener.

You can loop continuousely FrontToBack or BackAndForth or for a specific number of times.

It can be used either by the static methods on this class or by the corresponding methods on the Tweener classes.

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
BackAndForth ( ITweener tweener ) : void
BackAndForth ( ITweener tweener, int times ) : void
FrontToBack ( ITweener tweener ) : void
FrontToBack ( ITweener tweener, int times ) : void

Method Details

BackAndForth() public static méthode

public static BackAndForth ( ITweener tweener ) : void
tweener ITweener
Résultat void

BackAndForth() public static méthode

public static BackAndForth ( ITweener tweener, int times ) : void
tweener ITweener
times int
Résultat void

FrontToBack() public static méthode

public static FrontToBack ( ITweener tweener ) : void
tweener ITweener
Résultat void

FrontToBack() public static méthode

public static FrontToBack ( ITweener tweener, int times ) : void
tweener ITweener
times int
Résultat void