C# 클래스 U9LeanTweenTransition, swip3

상속: U9Transition
파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
Stop ( ) : void
ToString ( ) : string
TweenComplete ( ) : void
TweenInterrupted ( ) : void
U9LeanTweenTransition ( LeanTweenDelegate tweenDelegate, GameObject go, Vector3 to, float time, Hashtable args ) : UnityEngine
U9LeanTweenTransition ( LeanTweenDelegateFloat tweenDelegateFloat, GameObject go, float to, float time, Hashtable args ) : UnityEngine

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TweenComplete() 공개 메소드

public TweenComplete ( ) : void
리턴 void

TweenInterrupted() 공개 메소드

public TweenInterrupted ( ) : void
리턴 void

U9LeanTweenTransition() 공개 메소드

public U9LeanTweenTransition ( LeanTweenDelegate tweenDelegate, GameObject go, Vector3 to, float time, Hashtable args ) : UnityEngine
tweenDelegate LeanTweenDelegate
go GameObject
to Vector3
time float
args Hashtable
리턴 UnityEngine

U9LeanTweenTransition() 공개 메소드

public U9LeanTweenTransition ( LeanTweenDelegateFloat tweenDelegateFloat, GameObject go, float to, float time, Hashtable args ) : UnityEngine
tweenDelegateFloat LeanTweenDelegateFloat
go GameObject
to float
time float
args Hashtable
리턴 UnityEngine