Esempio n. 1
0
 public U9iTweenTransition(iTweenDelegate tweenDelegate, GameObject go, Hashtable args)
 {
     this.tweenDelegate = tweenDelegate;
     this.go            = go;
     this.args          = args;
 }
Esempio n. 2
0
	public U9iTweenTransition( iTweenDelegate tweenDelegate, GameObject go, Hashtable args ) {
		this.tweenDelegate = tweenDelegate;
		this.go = go;
		this.args = args;
	}