Exemplo n.º 1
0
 virtual public void Kill()
 {
     if (m_Tweener != null)
     {
         m_Tweener.Kill(m_CompleteWhenKill);
         m_Tweener = null;
     }
 }