[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / animation / layer_state.json
1 {
2   "name": "LayerState",
3   "key": {
4     "int": 60,
5     "string": "layerstate"
6   },
7   "abstract": true,
8   "extends": "animation/state_machine_layer_component.json",
9   "properties": {
10     "layerId": {
11       "type": "Id",
12       "initialValue": "Core.missingId",
13       "key": {
14         "int": 146,
15         "string": "layerid"
16       },
17       "description": "Id of the state machine layer this state belongs to.",
18       "runtime": false
19     },
20     "x": {
21       "type": "double",
22       "initialValue": "0",
23       "key": {
24         "int": 147,
25         "string": "x"
26       },
27       "runtime": false
28     },
29     "y": {
30       "type": "double",
31       "initialValue": "0",
32       "key": {
33         "int": 148,
34         "string": "y"
35       },
36       "runtime": false
37     }
38   }
39 }