C# Class U9LeanTweenTransition, swip3

Inheritance: U9Transition
显示文件 Open project: unit9/swip3 Class Usage Examples

Public Methods

Method Description
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

Method Details

Begin() public method

public Begin ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

TweenComplete() public method

public TweenComplete ( ) : void
return void

TweenInterrupted() public method

public TweenInterrupted ( ) : void
return void

U9LeanTweenTransition() public method

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

U9LeanTweenTransition() public method

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