Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / animation / state_machine_component.json
1 {
2   "name": "StateMachineComponent",
3   "key": {
4     "int": 54,
5     "string": "statemachinecomponent"
6   },
7   "abstract": true,
8   "properties": {
9     "machineId": {
10       "type": "Id",
11       "initialValue": "Core.missingId",
12       "key": {
13         "int": 137,
14         "string": "machineid"
15       },
16       "description": "Id of the state machine this component belongs to.",
17       "runtime": false
18     },
19     "name": {
20       "type": "String",
21       "initialValue": "''",
22       "key": {
23         "int": 138,
24         "string": "name"
25       },
26       "description": "Non-unique identifier, used to give friendly names to state machine components (like layers or inputs)."
27     },
28     "machineOrder": {
29       "type": "FractionalIndex",
30       "initialValue": "FractionalIndex.invalid",
31       "key": {
32         "int": 139,
33         "string": "machineorder"
34       },
35       "description": "Order of this component in the state machine. Exported in order for runtime",
36       "runtime": false
37     }
38   }
39 }