blob: f604980ab7f11e9226b81533d629709a9be9d101 [file] [log] [blame]
{
"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
}
}
}