浏览代码

Add NavMesh to World Editor

Lukas Aldershaab 5 年之前
父节点
当前提交
1950f68769
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Templates/BaseGame/game/tools/navEditor/main.cs

+ 1 - 0
Templates/BaseGame/game/tools/navEditor/main.cs

@@ -97,6 +97,7 @@ function NavEditorPlugin::onWorldEditorStartup(%this)
 
       EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
       EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
+	  EWCreatorWindow.registerMissionObject("NavMesh", "Navigation mesh");
 
    EWCreatorWindow.endGroup();
 }