-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add viewmodel and data enum system core objects
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f53d2d9c9170ae4c83d82f7c7fe961919ba9bb90 | ||
5297cf0cc25ef5b45d438dddaefb2ac52cb8c4a1 |
Submodule rive-runtime
updated
23 files