C# 클래스 PivotTweenProperty, GoKit

상속: AbstractTweenProperty
파일 보기 프로젝트 열기: prime31/GoKit 1 사용 예제들

공개 메소드들

메소드 설명
PivotTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections
prepareForUse ( ) : void
resetWithNewEndValue ( Vector2 endValue ) : void
tick ( float totalElapsedTime ) : void
validateTarget ( object target ) : bool

메소드 상세

PivotTweenProperty() 공개 메소드

public PivotTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections
endValue Vector2
isRelative bool
리턴 System.Collections

prepareForUse() 공개 메소드

public prepareForUse ( ) : void
리턴 void

resetWithNewEndValue() 공개 메소드

public resetWithNewEndValue ( Vector2 endValue ) : void
endValue Vector2
리턴 void

tick() 공개 메소드

public tick ( float totalElapsedTime ) : void
totalElapsedTime float
리턴 void

validateTarget() 공개 메소드

public validateTarget ( object target ) : bool
target object
리턴 bool