Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / animation / blend_animation.json
1 {
2   "name": "BlendAnimation",
3   "key": {
4     "int": 74,
5     "string": "blendanimation"
6   },
7   "abstract": true,
8   "properties": {
9     "blendStateId": {
10       "type": "Id",
11       "typeRuntime": "uint",
12       "initialValue": "Core.missingId",
13       "initialValueRuntime": "-1",
14       "key": {
15         "int": 170,
16         "string": "blendstateid"
17       },
18       "description": "Id of the BlendState that this BlendAnimation belongs to.",
19       "runtime": false
20     },
21     "animationId": {
22       "type": "Id",
23       "typeRuntime": "uint",
24       "initialValue": "Core.missingId",
25       "initialValueRuntime": "-1",
26       "key": {
27         "int": 165,
28         "string": "animationid"
29       },
30       "description": "Id of the animation this BlendAnimation references."
31     },
32     "animationOrder": {
33       "type": "FractionalIndex",
34       "initialValue": "FractionalIndex.invalid",
35       "key": {
36         "int": 169,
37         "string": "animationorder"
38       },
39       "description": "Order value for sorting animations in blend states.",
40       "runtime": false
41     }
42   }
43 }