Exemplo n.º 1
0
 private void Tween(TransformMoveTween tween)
 {
     this.tweener?.Kill();
     this.tweener = tween.Tween();
 }