public U9LeanTweenTransition(LeanTweenDelegate tweenDelegate, GameObject go, Vector3 to, float time, Hashtable args)
 {
     this.tweenDelegate = tweenDelegate;
     this.go            = go;
     this.to            = to;
     this.time          = time;
     this.args          = args;
 }
Example #2
0
	public U9LeanTweenTransition( LeanTweenDelegate tweenDelegate, GameObject go,  Vector3 to, float time, Hashtable args) 
	{
		this.tweenDelegate = tweenDelegate;
		this.go = go;
		this.to = to;
		this.time = time;
		this.args = args;
	}