Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / bones / cubic_weight.json
1 {
2   "name": "CubicWeight",
3   "key": {
4     "int": 46,
5     "string": "cubicweight"
6   },
7   "extends": "bones/weight.json",
8   "properties": {
9     "inValues": {
10       "type": "uint",
11       "initialValue": "255",
12       "key": {
13         "int": 110,
14         "string": "invalues"
15       }
16     },
17     "inIndices": {
18       "type": "uint",
19       "initialValue": "1",
20       "key": {
21         "int": 111,
22         "string": "inindices"
23       }
24     },
25     "outValues": {
26       "type": "uint",
27       "initialValue": "255",
28       "key": {
29         "int": 112,
30         "string": "outvalues"
31       }
32     },
33     "outIndices": {
34       "type": "uint",
35       "initialValue": "1",
36       "key": {
37         "int": 113,
38         "string": "outindices"
39       }
40     }
41   }
42 }