C# 클래스 TimersAndTweens.Tween

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

공개 프로퍼티들

프로퍼티 타입 설명
CurrentDirection TweenDirection
CurrentTime double
InitialDirection TweenDirection
Looping bool
Name string
PingPong bool
State TweenState
TargetTime double
Value float

공개 메소드들

메소드 설명
Kill ( ) : void
Pause ( ) : void
Resume ( ) : void
Tween ( string name, TweenFunc func, Action callback, double time, bool pingpong, bool loop ) : System
Tween ( string name, TweenFunc func, Action callback, double time, bool pingpong, bool loop, TweenDirection initialDirection ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Tween() 공개 메소드

public Tween ( string name, TweenFunc func, Action callback, double time, bool pingpong, bool loop ) : System
name string
func TweenFunc
callback Action
time double
pingpong bool
loop bool
리턴 System

Tween() 공개 메소드

public Tween ( string name, TweenFunc func, Action callback, double time, bool pingpong, bool loop, TweenDirection initialDirection ) : System
name string
func TweenFunc
callback Action
time double
pingpong bool
loop bool
initialDirection TweenDirection
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

프로퍼티 상세

CurrentDirection 공개적으로 프로퍼티

public TweenDirection CurrentDirection
리턴 TweenDirection

CurrentTime 공개적으로 프로퍼티

public double CurrentTime
리턴 double

InitialDirection 공개적으로 프로퍼티

public TweenDirection InitialDirection
리턴 TweenDirection

Looping 공개적으로 프로퍼티

public bool Looping
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

PingPong 공개적으로 프로퍼티

public bool PingPong
리턴 bool

State 공개적으로 프로퍼티

public TweenState State
리턴 TweenState

TargetTime 공개적으로 프로퍼티

public double TargetTime
리턴 double

Value 공개적으로 프로퍼티

public float Value
리턴 float