Exemplo n.º 1
0
 public void Kill()
 {
     FTweenScene.RemoveTween(this);
     GC.SuppressFinalize(this);
 }
Exemplo n.º 2
0
 public FTweener Start()
 {
     FTweenScene.AddTween(this);
     return(this);
 }