LuaFramework.LuaManager.InitLuaPath C# (CSharp) Méthode

InitLuaPath() private méthode

private InitLuaPath ( ) : void
Résultat void
        void InitLuaPath() {
            string rootPath = AppConst.FrameworkRoot;
            lua.AddSearchPath(rootPath + "/Lua");
            lua.AddSearchPath(rootPath + "/ToLua/Lua");
            //lua.AddSearchPath(Application.dataPath + "/Lua");
        }