C# 클래스 AnchoredPosition3DTweenProperty, GoKit

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

공개 메소드들

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

메소드 상세

AnchoredPosition3DTweenProperty() 공개 메소드

public AnchoredPosition3DTweenProperty ( Vector3 endValue, bool isRelative = false ) : System.Collections
endValue Vector3
isRelative bool
리턴 System.Collections

prepareForUse() 공개 메소드

public prepareForUse ( ) : void
리턴 void

resetWithNewEndValue() 공개 메소드

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

tick() 공개 메소드

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

validateTarget() 공개 메소드

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