示例#1
0
        public DesignView()
        {            
            QuadView = new QuadPanelControl();
            CameraController.LockOrthographic = true;

            m_frequency = Stopwatch.Frequency;
            m_baseTicks = Stopwatch.GetTimestamp();
            m_lastTicks = m_baseTicks;
        }
示例#2
0
文件: DesignView.cs 项目: ldh9451/XLE
 public DesignView()
 {            
     QuadView = new QuadPanelControl();
     CameraController.LockOrthographic = true;
 }