{ | |
"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", | |
"alternates": [ | |
{ | |
"int": 9, | |
"string": "xArtboard" | |
} | |
] | |
}, | |
"bindable": true | |
}, | |
"y": { | |
"type": "double", | |
"initialValue": "0", | |
"overrideGet": true, | |
"animates": true, | |
"group": "position", | |
"key": { | |
"int": 14, | |
"string": "y", | |
"alternates": [ | |
{ | |
"int": 10, | |
"string": "yArtboard" | |
} | |
] | |
}, | |
"bindable": true | |
}, | |
"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 | |
} | |
} | |
} |