Show More
Commit Description:
Tweak some settings...
Commit Description:
Tweak some settings Make upkeep more expensive, planting/clearing cheaper, and large corporate contracts take up more land.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiSliderFlags.gen.cs
13 lines | 260 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImGuiSliderFlags
{
None = 0,
ClampOnInput = 1 << 4,
Logarithmic = 1 << 5,
NoRoundToFormat = 1 << 6,
NoInput = 1 << 7,
InvalidMask = 0x7000000F,
}
}