public U9HOTweenTransition(HOTweenDelegate tweenDelegate, object go, float duration, TweenParms args) { this.tweenDelegate = tweenDelegate; this.go = go; this.args = args; this.duration = duration; }
public U9HOTweenTransition( HOTweenDelegate tweenDelegate, object go, float duration, TweenParms args ) { this.tweenDelegate = tweenDelegate; this.go = go; this.args = args; this.duration = duration; }