Пример #1
0
        /*-------------------------------------------------------------------------
         * 描画開始
         * ---------------------------------------------------------------------------*/
        public override bool Begin()
        {
            if (!base.Begin())
            {
                return(false);
            }

            UpdateClientSize();
            m_sprite.BeginFrame();
            m_systemfont.BeginFrame();
            return(true);
        }
Пример #2
0
 /*-------------------------------------------------------------------------
  * 그리기フレームの開始
  * 그리기した스프라이트수を初期化する
  * ---------------------------------------------------------------------------*/
 public void BeginFrame()
 {
     m_sprite.BeginFrame();
 }