Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / draw_rules.json
1 {
2   "name": "DrawRules",
3   "key": {
4     "int": 49,
5     "string": "drawrules"
6   },
7   "extends": "container_component.json",
8   "properties": {
9     "drawTargetId": {
10       "type": "Id",
11       "typeRuntime": "uint",
12       "initialValue": "Core.missingId",
13       "initialValueRuntime": "-1",
14       "animates": true,
15       "key": {
16         "int": 121,
17         "string": "drawtargetid"
18       },
19       "description": "Id of the DrawTarget that is currently active for this set of rules."
20     }
21   }
22 }