up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / animation / transition_condition.json
1 {
2   "name": "TransitionCondition",
3   "key": {
4     "int": 67,
5     "string": "transitioncondition"
6   },
7   "abstract": true,
8   "properties": {
9     "transitionId": {
10       "type": "Id",
11       "typeRuntime": "uint",
12       "initialValue": "Core.missingId",
13       "initialValueRuntime": "-1",
14       "key": {
15         "int": 153,
16         "string": "transitionid"
17       },
18       "description": "Id of the transition this condition belongs to.",
19       "runtime": false
20     },
21     "conditionOrder": {
22       "type": "FractionalIndex",
23       "initialValue": "FractionalIndex.invalid",
24       "initialValueRuntime": "0",
25       "key": {
26         "int": 154,
27         "string": "conditionorder"
28       },
29       "description": "Order value for condition in a transition.",
30       "runtime": false
31     },
32     "inputId": {
33       "type": "Id",
34       "typeRuntime": "uint",
35       "initialValue": "Core.missingId",
36       "initialValueRuntime": "-1",
37       "key": {
38         "int": 155,
39         "string": "inputid"
40       },
41       "description": "Id of the StateMachineInput referenced."
42     }
43   }
44 }