MetaCore/TestProject/Assets/UI/Hud.mcui.json

127 lines
4.0 KiB
JSON

{
"Name": "RuntimeHud",
"ReferenceWidth": 1280,
"ReferenceHeight": 720,
"RootNodeIds": [
"hud.root"
],
"Nodes": [
{
"Id": "hud.root",
"Name": "HUD Root",
"Type": 0,
"ParentId": "",
"Children": [
"hud.title",
"hud.status",
"hud.button"
],
"Visible": true,
"RectTransform": {
"AnchorMin": [0.0, 0.0, 0.0],
"AnchorMax": [0.0, 0.0, 0.0],
"Pivot": [0.0, 0.0, 0.0],
"Position": [24.0, 24.0, 0.0],
"Size": [360.0, 164.0, 0.0]
},
"Style": {
"BackgroundColor": [0.05, 0.08, 0.12],
"TextColor": [1.0, 1.0, 1.0],
"TintColor": [1.0, 1.0, 1.0],
"FontSize": 16.0,
"Padding": [12.0, 12.0, 0.0],
"HorizontalAlignment": 0,
"VerticalAlignment": 0,
"ImageAssetGuid": "",
"PreserveAspect": false
},
"Text": "",
"Interactable": false
},
{
"Id": "hud.title",
"Name": "Title",
"Type": 1,
"ParentId": "hud.root",
"Children": [],
"Visible": true,
"RectTransform": {
"AnchorMin": [0.0, 0.0, 0.0],
"AnchorMax": [0.0, 0.0, 0.0],
"Pivot": [0.0, 0.0, 0.0],
"Position": [16.0, 14.0, 0.0],
"Size": [320.0, 36.0, 0.0]
},
"Style": {
"BackgroundColor": [0.08, 0.11, 0.16],
"TextColor": [0.95, 0.98, 1.0],
"TintColor": [1.0, 1.0, 1.0],
"FontSize": 24.0,
"Padding": [8.0, 4.0, 0.0],
"HorizontalAlignment": 0,
"VerticalAlignment": 0,
"ImageAssetGuid": "",
"PreserveAspect": false
},
"Text": "MetaCore Runtime",
"Interactable": false
},
{
"Id": "hud.status",
"Name": "Status Strip",
"Type": 0,
"ParentId": "hud.root",
"Children": [],
"Visible": true,
"RectTransform": {
"AnchorMin": [0.0, 0.0, 0.0],
"AnchorMax": [0.0, 0.0, 0.0],
"Pivot": [0.0, 0.0, 0.0],
"Position": [16.0, 62.0, 0.0],
"Size": [220.0, 34.0, 0.0]
},
"Style": {
"BackgroundColor": [0.12, 0.42, 0.82],
"TextColor": [1.0, 1.0, 1.0],
"TintColor": [1.0, 1.0, 1.0],
"FontSize": 16.0,
"Padding": [8.0, 4.0, 0.0],
"HorizontalAlignment": 0,
"VerticalAlignment": 0,
"ImageAssetGuid": "",
"PreserveAspect": false
},
"Text": "",
"Interactable": false
},
{
"Id": "hud.button",
"Name": "Action Button",
"Type": 3,
"ParentId": "hud.root",
"Children": [],
"Visible": true,
"RectTransform": {
"AnchorMin": [0.0, 0.0, 0.0],
"AnchorMax": [0.0, 0.0, 0.0],
"Pivot": [0.0, 0.0, 0.0],
"Position": [16.0, 110.0, 0.0],
"Size": [144.0, 38.0, 0.0]
},
"Style": {
"BackgroundColor": [0.18, 0.72, 0.36],
"TextColor": [0.02, 0.04, 0.03],
"TintColor": [1.0, 1.0, 1.0],
"FontSize": 17.0,
"Padding": [10.0, 5.0, 0.0],
"HorizontalAlignment": 1,
"VerticalAlignment": 0,
"ImageAssetGuid": "",
"PreserveAspect": false
},
"Text": "Run",
"Interactable": true
}
]
}