C# 클래스 LTDescrOptional, LeanTween

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

공개 프로퍼티들

프로퍼티 타입 설명
animationCurve UnityEngine.AnimationCurve
initFrameCount int

공개 메소드들

메소드 설명
callOnUpdate ( float val, float ratioPassed ) : void
reset ( ) : void

메소드 상세

callOnUpdate() 공개 메소드

public callOnUpdate ( float val, float ratioPassed ) : void
val float
ratioPassed float
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

프로퍼티 상세

animationCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine animationCurve
리턴 UnityEngine.AnimationCurve

initFrameCount 공개적으로 프로퍼티

public int initFrameCount
리턴 int