C# Class XNATweener.Loop.TimesLoopingHelper

Show file Open project: liquidboy/X

Public Methods

Method Description
BackAndForth ( ) : void
FrontToBack ( ) : void
TimesLoopingHelper ( ITweener tweener, int times ) : System

Private Methods

Method Description
Stop ( ) : bool

Method Details

BackAndForth() public method

public BackAndForth ( ) : void
return void

FrontToBack() public method

public FrontToBack ( ) : void
return void

TimesLoopingHelper() public method

public TimesLoopingHelper ( ITweener tweener, int times ) : System
tweener ITweener
times int
return System