コード例 #1
0
ファイル: SkillPlugin.cs プロジェクト: daxingyou/AraleEngine
 public void drawDebug()
 {
     DebugLine.drawCircle(targetPos, 0.7f, Color.yellow);
     if (targetUnit != null)
     {
         DebugLine.drawCircle(targetUnit.pos, 0.7f, Color.magenta);
     }
 }