blob: b535607335db536a527f94600aa00587a244ee9f [file]
{
"name": "Image",
"key": {
"int": 100,
"string": "image"
},
"extends": "drawable.json",
"properties": {
"assetId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 206,
"string": "assetid"
},
"description": "Image drawable for an image asset",
"bindable": true
},
"originX": {
"type": "double",
"initialValue": "0.5",
"animates": true,
"key": {
"int": 380,
"string": "originx"
},
"description": "Origin x in normalized coordinates (0.5 = center, 0 = left, 1 = right)."
},
"originY": {
"type": "double",
"initialValue": "0.5",
"animates": true,
"key": {
"int": 381,
"string": "originy"
},
"description": "Origin y in normalized coordinates (0.5 = center, 0 = top, 1 = bottom)."
},
"fit": {
"type": "uint",
"key": {
"int": 974,
"string": "fit"
},
"description": "Fit type for the Image, determines how the image resizes within its layout container."
},
"alignmentX": {
"type": "double",
"key": {
"int": 975,
"string": "alignmentx"
},
"description": "Alignment value on X, determines how the image aligns horizontally in its layout container."
},
"alignmentY": {
"type": "double",
"key": {
"int": 976,
"string": "alignmenty"
},
"description": "Alignment value on Y, determines how the image aligns vertically in its layout container."
}
}
}