C# 클래스 FlatRedBall.Glue.StateInterpolation.Tweener

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PositionChanged PositionChangedHandler

공개 메소드들

메소드 설명
GetInterpolationFunction ( InterpolationType type, Easing easing ) : TweeningFunction
Reset ( ) : void
Reset ( float to ) : void
Reverse ( ) : void
Start ( ) : void
Start ( float from, float to, float duration, TweeningFunction tweeningFunction ) : void
Stop ( ) : void
ToString ( ) : string
Tweener ( ) : System
Tweener ( float from, float to, System.TimeSpan duration, TweeningFunction tweeningFunction ) : System
Tweener ( float from, float to, float duration, InterpolationType type, Easing easing ) : System
Tweener ( float from, float to, float duration, TweeningFunction tweeningFunction ) : System
Update ( float time ) : void

보호된 메소드들

메소드 설명
OnEnd ( ) : void

메소드 상세

GetInterpolationFunction() 공개 정적인 메소드

public static GetInterpolationFunction ( InterpolationType type, Easing easing ) : TweeningFunction
type InterpolationType
easing Easing
리턴 TweeningFunction

OnEnd() 보호된 메소드

protected OnEnd ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( float to ) : void
to float
리턴 void

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( float from, float to, float duration, TweeningFunction tweeningFunction ) : void
from float
to float
duration float
tweeningFunction TweeningFunction
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Tweener() 공개 메소드

public Tweener ( ) : System
리턴 System

Tweener() 공개 메소드

public Tweener ( float from, float to, System.TimeSpan duration, TweeningFunction tweeningFunction ) : System
from float
to float
duration System.TimeSpan
tweeningFunction TweeningFunction
리턴 System

Tweener() 공개 메소드

public Tweener ( float from, float to, float duration, InterpolationType type, Easing easing ) : System
from float
to float
duration float
type InterpolationType
easing Easing
리턴 System

Tweener() 공개 메소드

public Tweener ( float from, float to, float duration, TweeningFunction tweeningFunction ) : System
from float
to float
duration float
tweeningFunction TweeningFunction
리턴 System

Update() 공개 메소드

public Update ( float time ) : void
time float
리턴 void

프로퍼티 상세

PositionChanged 공개적으로 프로퍼티

public PositionChangedHandler PositionChanged
리턴 PositionChangedHandler