コード例 #1
0
        protected bool IsIIDC()
        {
            Debug.Assert(m_camera != null, "Current camera can not be null.");
            if (m_camera == null)
            {
                // Bad!
                return(false);
            }

            bool isIIDC = m_camera.GetType() == blankCamera.GetType();

            return(isIIDC);
        }