Show More
Commit Description:
Add missing component and message.
Commit Description:
Add missing component and message.
File last commit:
Show/Diff file:
Action:
ImPlot.NET/Generated/ImPlotMarker.gen.cs
18 lines | 295 B | text/x-csharp | CSharpLexer
namespace ImPlotNET
{
public enum ImPlotMarker
{
None = -1,
Circle = 0,
Square = 1,
Diamond = 2,
Up = 3,
Down = 4,
Left = 5,
Right = 6,
Cross = 7,
Plus = 8,
Asterisk = 9,
COUNT = 10,
}
}