Prepare the path element setup in the run-time for extensibility

Make the anonymous struct for the LineTo variant in the PathElement enum
as separate structure, which can be introspected using rtto::FieldInfo.
This commit is contained in:
Simon Hausmann 2020-07-07 10:47:13 +02:00
parent 9d9779ecde
commit 1ab71b8ca3
8 changed files with 39 additions and 22 deletions

View file

@ -6,6 +6,7 @@
namespace sixtyfps {
using internal::types::PathElement;
using internal::types::PathLineTo;
struct PathElements
{