Skip to content

Commit

Permalink
add viewmodel and data enum system core objects
Browse files Browse the repository at this point in the history
This PR only has the boilerplate code to support system data enums.
System enums will be enums that are built-in in Rive, like text alignment, word wrapping, blend modes.
Those system enums won't be included in the .riv file, but they'll exist built-in in the runtime.
This PR creates 4 new core objects types. 2 extends from data_enum and 2 from viewmodel_property_enum.
The rest of the changes are renaming the base class to the custom one.

Diffs=
5297cf0cc2 add viewmodel and data enum system core objects (#8382)
  • Loading branch information
bodymovin committed Oct 30, 2024
1 parent 6bc4e16 commit 206756f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f53d2d9c9170ae4c83d82f7c7fe961919ba9bb90
5297cf0cc25ef5b45d438dddaefb2ac52cb8c4a1

0 comments on commit 206756f

Please sign in to comment.