예제 #1
0
 public U9HOTweenTransition(HOTweenDelegate tweenDelegate, object go, float duration, TweenParms args)
 {
     this.tweenDelegate = tweenDelegate;
     this.go            = go;
     this.args          = args;
     this.duration      = duration;
 }
예제 #2
0
	public U9HOTweenTransition( HOTweenDelegate tweenDelegate, object go, float duration, TweenParms args ) 
	{
		this.tweenDelegate = tweenDelegate;
		this.go = go;
		this.args = args;
		this.duration = duration;
	}