protected override Tween DOPlay() { if (null == m_Camera) { return(null); } // end if return(m_Camera.DOFieldOfView(m_toFOV, m_duration)); }