spart to data
This commit is contained in:
8
SlaveEngine.Assets/Primitives/CommandType.cs
Normal file
8
SlaveEngine.Assets/Primitives/CommandType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SlaveEngine.Assets.Primitives;
|
||||
|
||||
public enum CommandType : byte {
|
||||
MoveTo = 0,
|
||||
LineTo = 1,
|
||||
CubicBezierTo = 2,
|
||||
Close = 3
|
||||
}
|
||||
Reference in New Issue
Block a user