示例#1
0
 protected override Tween DOPlay()
 {
     if (null == m_Rigidbody)
     {
         return(null);
     }
     // end if
     return(m_Rigidbody.DORotate(m_toAngle, m_duration));
 }