public static void OpenAreaSettings()
 {
     NavMeshEditorWindow.OpenAreaSettings();
 }
 public static void OpenAgentSettings(int agentTypeID)
 {
     NavMeshEditorWindow.OpenAgentSettings(agentTypeID);
 }