/// 描画処理
 protected override bool DoDraw(DemoGame.GraphicsDevice graphDev)
 {
     objCh.Draw2(graphDev, BasePos);
     return(true);
 }