blob: 628ce9be00a316d76d475b2e96bc6ccc4a953a9e [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)."
},
"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."
},
"animationsScrollOffset": {
"type": "double",
"initialValue": "0.0",
"key": {
"int": 257,
"string": "animationsscrolloffset"
},
"description": "Scroll offset of the animation list",
"runtime": false,
"coop": false
},
"expandedComponents": {
"type": "List<Id>",
"initialValue": "[]",
"key": {
"int": 267,
"string": "expandedcomponents"
},
"description": "List of expanded components",
"runtime": false,
"coop": false
},
"expandedFolders": {
"type": "List<Id>",
"initialValue": "[]",
"key": {
"int": 283,
"string": "expandedanimationfolders"
},
"description": "List of expanded folders",
"runtime": false,
"coop": false
},
"selectedAnimations": {
"type": "List<Id>",
"initialValue": "[]",
"key": {
"int": 291,
"string": "selectedanimations"
},
"description": "List of selected animations",
"runtime": false,
"coop": false
}
}
}