| { |
| "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" |
| }, |
| "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)." |
| } |
| } |
| } |