Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / animation / keyed_object.json
1 {
2   "name": "KeyedObject",
3   "key": {
4     "int": 25,
5     "string": "keyedobject"
6   },
7   "properties": {
8     "objectId": {
9       "type": "Id",
10       "typeRuntime": "uint",
11       "initialValue": "Core.missingId",
12       "initialValueRuntime": "0",
13       "key": {
14         "int": 51,
15         "string": "objectid"
16       },
17       "description": "Identifier used to track the object that is keyed."
18     },
19     "animationId": {
20       "type": "Id",
21       "initialValue": "Core.missingId",
22       "initialValueRuntime": "-1",
23       "key": {
24         "int": 52,
25         "string": "animationid"
26       },
27       "description": "The id of the animation this keyed object is in.",
28       "runtime": false
29     }
30   }
31 }