| { | |
| "name": "Node", | |
| "key": { | |
| "int": 2, | |
| "string": "node" | |
| }, | |
| "extends": "transform_component.json", | |
| "properties": { | |
| "x": { | |
| "type": "double", | |
| "initialValue": "0", | |
| "overrideGet": true, | |
| "animates": true, | |
| "group": "position", | |
| "key": { | |
| "int": 13, | |
| "string": "x" | |
| } | |
| }, | |
| "y": { | |
| "type": "double", | |
| "initialValue": "0", | |
| "overrideGet": true, | |
| "animates": true, | |
| "group": "position", | |
| "key": { | |
| "int": 14, | |
| "string": "y" | |
| } | |
| }, | |
| "styleValue": { | |
| "type": "uint", | |
| "initialValue": "0", | |
| "key": { | |
| "int": 176, | |
| "string": "style" | |
| }, | |
| "description": "Display style of the node in the editor. 0 for group and 1 for target.", | |
| "runtime": false | |
| } | |
| } | |
| } |