Пример #1
0
 protected override Tween DOPlay()
 {
     if (null == m_Camera)
     {
         return(null);
     }
     // end if
     return(m_Camera.DONearClipPlane(m_toNCP, m_duration));
 }