blob: 935d8d00ad411f16d64621efbaeb3fe769045054 [file] [log] [blame]
{
"name": "Artboard",
"key": {
"int": 1,
"string": "artboard"
},
"extends": "world_transform_component.json",
"properties": {
"clip": {
"type": "bool",
"initialValue": "true",
"key": {
"int": 196,
"string": "clip"
},
"description": "True when the artboard bounds clip its contents."
},
"width": {
"type": "double",
"initialValue": "0",
"key": {
"int": 7,
"string": "w"
},
"description": "Width of the artboard."
},
"height": {
"type": "double",
"initialValue": "0",
"key": {
"int": 8,
"string": "h"
},
"description": "Height of the artboard."
},
"x": {
"type": "double",
"initialValue": "0",
"key": {
"int": 9,
"string": "x"
},
"description": "X coordinate in editor world space."
},
"y": {
"type": "double",
"initialValue": "0",
"key": {
"int": 10,
"string": "y"
},
"description": "Y coordinate in editor world space."
},
"originX": {
"type": "double",
"initialValue": "0",
"key": {
"int": 11,
"string": "ox"
},
"description": "Origin x in normalized coordinates (0.5 = center, 0 = left, 1 = right)."
},
"originY": {
"type": "double",
"initialValue": "0",
"key": {
"int": 12,
"string": "oy"
},
"description": "Origin y in normalized coordinates (0.5 = center, 0 = top, 1 = bottom)."
},
"editingAnimation": {
"type": "Id",
"initialValue": "Core.missingId",
"key": {
"int": 131,
"string": "editinganimation"
},
"description": "Id of the last open animation.",
"runtime": false,
"coop": false
},
"defaultStateMachineId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 236,
"string": "defaultStateMachineId"
},
"description": "The default StateMachine attached to this artboard automatically when it is initialized."
}
}
}