Working on the project editor.
Implemented a very basic version of command line tool.
This commit is contained in:
@@ -9,8 +9,6 @@ namespace Progrart.Core.Graphics
|
||||
public class PathElement : BaseElement
|
||||
{
|
||||
float StrokeWidth;
|
||||
SKPoint Start;
|
||||
SKPoint End;
|
||||
SKColorF Color;
|
||||
SKShader? shader = null;
|
||||
public override void SetupProperties(Engine engine)
|
||||
|
||||
Reference in New Issue
Block a user