コード例 #1
0
 public static IGameHostBuilder UseSolutionRelativeContentRoot(
     this IGameHostBuilder builder,
     string solutionRelativePath,
     string solutionName = "*.sln")
 {
     return(builder.UseSolutionRelativeContentRoot(solutionRelativePath, AppContext.BaseDirectory, solutionName));
 }