Example #1
0
 protected override Tween DOPlay()
 {
     if (null == m_Transform)
     {
         return(null);
     }
     // end if
     return(m_Transform.DOLookAt(m_towards, m_duration, m_axisConstraint, m_up));
 }