1 Star 0 Fork 0

茶密/engenious

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
GameSettings.cs 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
namespace engenious
{
/// <summary>
/// Provides initial settings for <see cref="Game"/>.
/// </summary>
public class GameSettings
{
/// <summary>
/// Gets or sets a value indicating the number of samples that should be used.
/// </summary>
public int NumberOfSamples { get; set; }
/// <summary>
/// Gets or sets a value indicating whether we want to only use offscreen rendering.
/// </summary>
public bool Offscreen { get; set; }
/// <summary>
/// Gets the default game settings.
/// </summary>
public static GameSettings Default = new();
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/long33/engenious.git
git@gitee.com:long33/engenious.git
long33
engenious
engenious
develop

搜索帮助