Exemplo n.º 1
0
 string GetY()
 {
     if (m_Tweener == null)
     {
         return("Y:0");                 // return null;
     }
     return("Y:" + m_Tweener.GetY().ToString("N2"));
 }