Esempio n. 1
0
        bool IsPlatformInstalled(SystemSettings.Platform platform)
        {
            var path = Path.Combine(VirtualFileSystem.Directories.EngineInternal, "Platforms", platform.ToString());

            return(Directory.Exists(path));
        }