/// <summary> /// Returns instance of Kon model instantiated from exported model path. /// </summary> /// <param name="path">Exported model directory.</param> public Kon(string path) { manager = new ModelManager(path, true); manager.InitModel(modelName, int.MaxValue); }