コード例 #1
0
        public static IGameHostBuilder ConfigurePlatform(this IGameHostBuilder hostBuilder)
        {
            hostBuilder
            .ConfigureCoreApplication()
            .ConfigurePlatformGraphics();

            return(hostBuilder);
        }