public U9LeanTweenTransition(LeanTweenDelegateFloat tweenDelegateFloat, GameObject go, float to, float time, Hashtable args)
 {
     this.tweenDelegateFloat = tweenDelegateFloat;
     this.go      = go;
     this.toFloat = to;
     this.time    = time;
     this.args    = args;
 }
Example #2
0
	public U9LeanTweenTransition( LeanTweenDelegateFloat tweenDelegateFloat, GameObject go,  float to, float time, Hashtable args) 
	{
		this.tweenDelegateFloat = tweenDelegateFloat;
		this.go = go;
		this.toFloat = to;
		this.time = time;
		this.args = args;
	}