[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / drawable.json
1 {
2   "name": "Drawable",
3   "key": {
4     "int": 13,
5     "string": "drawable"
6   },
7   "abstract": true,
8   "extends": "node.json",
9   "properties": {
10     "blendModeValue": {
11       "type": "uint",
12       "initialValue": "3",
13       "key": {
14         "int": 23,
15         "string": "blendModeValue"
16       }
17     },
18     "drawableFlags": {
19       "type": "uint",
20       "initialValue": "0",
21       "key": {
22         "int": 129,
23         "string": "drawableflags"
24       },
25       "coop": false
26     }
27   }
28 }