C# 클래스 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.

파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
BackAndForth ( ITweener tweener ) : void
BackAndForth ( ITweener tweener, int times ) : void
FrontToBack ( ITweener tweener ) : void
FrontToBack ( ITweener tweener, int times ) : void

메소드 상세

BackAndForth() 공개 정적인 메소드

public static BackAndForth ( ITweener tweener ) : void
tweener ITweener
리턴 void

BackAndForth() 공개 정적인 메소드

public static BackAndForth ( ITweener tweener, int times ) : void
tweener ITweener
times int
리턴 void

FrontToBack() 공개 정적인 메소드

public static FrontToBack ( ITweener tweener ) : void
tweener ITweener
리턴 void

FrontToBack() 공개 정적인 메소드

public static FrontToBack ( ITweener tweener, int times ) : void
tweener ITweener
times int
리턴 void