Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / shapes / mesh_vertex.json
1 {
2   "name": "MeshVertex",
3   "key": {
4     "int": 108,
5     "string": "meshvertex"
6   },
7   "extends": "shapes/vertex.json",
8   "properties": {
9     "u": {
10       "type": "double",
11       "initialValue": "0",
12       "group": "texture",
13       "key": {
14         "int": 215,
15         "string": "u"
16       },
17       "description": "U value for the texture coordinate of the vertex."
18     },
19     "v": {
20       "type": "double",
21       "initialValue": "0",
22       "group": "texture",
23       "key": {
24         "int": 216,
25         "string": "v"
26       },
27       "description": "V value for the texture coordinate of the vertex."
28     }
29   }
30 }