コード例 #1
0
ファイル: CtrlStage.cs プロジェクト: hatano0x06/Coroppoxus
 /// 目的地マーカーの描画
 public bool DrawDestinationMark(DemoGame.GraphicsDevice graphDev)
 {
     if (actorDestination.Enable)
     {
         actorDestination.Draw(graphDev);
     }
     return(true);
 }