com.hikky.heliodorlib
Version:
This is the library for Vket Cloud SDK.
494 lines (493 loc) • 14.6 kB
JSON
{
"Version": 0,
"Z": 1,
"Scripts": [
"Canvas/HeliScript/helApi.hs",
"Canvas/HeliScript/helConfig.hs",
"Canvas/HeliScript/helFunc.hs",
"Canvas/HeliScript/NotificationWindow/NotificationWindowController.hs",
"Canvas/HeliScript/NotificationWindow/NotificationWindowModel.hs",
"Canvas/HeliScript/NotificationWindow/NotificationWindowView.hs",
"Canvas/HeliScript/NotificationWindow/NotificationWindowViewModel.hs"
],
"Layout": [
{"Comment": "汎用通知ウィンドウ 画像あり",
"Name": "notification_window_with_image",
"Show": false,
"Z": 69,
"Components":[
"NotificationWindowController",
"NotificationWindowViewModel",
"NotificationWindowModel"
],
"Gui": [
{ "comment":"透明モーダル",
"Name": "common_dialog_base_common_bg",
"Type": "button",
"Platform": "",
"Language": "",
"Show": true,
"Pos":[ 0, 0],
"Size":[ 4096, 4096],
"Z": 0,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamButton": {
"FileName": "gui2024/modal.png"
}
},
{ "comment":"ウィンドウ背景",
"Name": "notification_window_base",
"Type": "image",
"Show": true,
"Pos":[ 0, -9],
"Size" :[360,540],
"Z": 1,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamImage": {
"Uri": "gui2024/menu/world/world_detail_base_9s.png",
"LTRB": [60,80,80,110]
}
},
{ "comment":"クリック阻害",
"Name": "notification_window_untiray",
"Type": "button",
"Show": true,
"Pos":[ 0, -9],
"Size":[ 360, 540],
"Z": 1,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/clear.png"
}
},
{ "comment":"画像",
"Name": "notification_thumbnail",
"Type": "image",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 0, -148],
"Size":[ 330, 170],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamImage": {
"Uri": "gui2024/menu/world/world_thumbnail_world_list.png"
}
},
{ "comment":"タイトル",
"Name": "notification_title_text",
"Type": "text",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 0, -36],
"Size":[ 338, 38],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"FontSize": 16,
"FontFamily": "BIZUDPGothic",
"Alignment":"LM",
"Color":[1.0,1.0,1.0,1.0],
"Text": "ここに通知タイトルが入ります。ここに通知タイトルが入ります。",
"OverflowWrap": true
}
},
{ "comment":"チェックボックス OFF",
"Name": "notification_checkbox_off",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ -101, 173],
"Size":[ 17, 17],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"Toggle":[
{"Name":"Toggle_Notification_Window_Checkbox","State":true}
],
"ParamButton": {
"FileName": "gui2024/common/common_checkbox_off.png"
},
"GUIAction": []
},
{ "comment":"チェックボックス ON",
"Name": "notification_checkbox_on",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ -101, 173],
"Size":[ 17, 17],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"Toggle":[
{"Name":"Toggle_Notification_Window_Checkbox","State":false}
],
"ParamButton": {
"FileName": "gui2024/common/common_checkbox_on.png"
},
"GUIAction": []
},
{ "comment":"チェックボックス テキストラベル",
"Name": "notification_checkbox_label",
"Type": "text",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 20, 173],
"Size":[ 224, 15],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"FontSize": 12,
"FontFamily": "BIZUDPGothic",
"Alignment":"CM",
"Color":[1.0,1.0,1.0,1.0],
"Text": "今後このメッセージを表示しない",
"Text_en": "Do not show this message again"
}
},
{ "comment":"閉じる ボタン テキスト",
"Name": "common_btn_txt_close",
"Type": "button",
"Platform": "",
"Language": "_en",
"Portrait": "",
"Show": true,
"Pos":[ 0, 206],
"Size":[ 195, 45],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/common/common_btn_txt_close.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
}
},
{ "comment":"閉じる ボタン 右上",
"Name": "common_btn_close",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 155, -255],
"Size":[ 40, 40],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/common/common_btn_close.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
}
}
]
},
{"Comment": "汎用通知ウィンドウ 画像あり - 通知内容表示部分",
"Name": "notification_window_with_image_description",
"Show": false,
"Z": 69,
"Components":[
"NotificationWindowController",
"NotificationWindowViewModel",
"NotificationWindowModel"
],
"Mask":{
"URI":"gui2024/clear.png",
"Show":false,
"Pos":[ 0, 75],
"Size":[ 340, 145],
"Z": 1,
"Pivot":[ 0.5, 0.5],
"Anchor": "CM",
"Color":[ 0.0, 0.0, 0.0, 0.0],
"Vertical":true,
"FreeSlide":false
},
"AutoLoading":false,
"Gui": [
{ "comment":"テキスト本文",
"Name": "notification_description_text",
"Type": "text",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 0, 370],
"Size":[ 340, 760],
"Z": 5,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"URLClickable":true,
"FontSize": 12,
"FontFamily": "BIZUDPGothic",
"Alignment":"LT",
"OverflowWrap":true,
"Color":[1.0,1.0,1.0,1.0],
"Text": "",
"LineSpace": 7
}
},
{ "comment":"テキスト本文 スワイプ用",
"Name": "grab_bg",
"Type": "button",
"Show": true,
"Pos":[ 0, 370],
"Size":[ 340, 760],
"Z": 3,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/clear.png"
}
}
]
},
{"Comment": "汎用通知ウィンドウ 画像なし",
"Name": "notification_window_with_no_image",
"Show": false,
"Z": 69,
"Components":[
"NotificationWindowController",
"NotificationWindowViewModel",
"NotificationWindowModel"
],
"Gui": [
{ "comment":"透明モーダル",
"Name": "common_dialog_base_common_bg",
"Type": "button",
"Platform": "",
"Language": "",
"Show": true,
"Pos":[ 0, 0],
"Size":[ 4096, 4096],
"Z": 0,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamButton": {
"FileName": "gui2024/modal.png"
}
},
{ "comment":"ウィンドウ背景",
"Name": "notification_window_base",
"Type": "image",
"Show": true,
"Pos":[ 0, -9],
"Size" :[360,390],
"Z": 1,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamImage": {
"Uri": "gui2024/menu/world/world_detail_base_9s.png",
"LTRB": [60,80,80,110]
}
},
{ "comment":"クリック阻害",
"Name": "notification_window_untiray",
"Type": "button",
"Show": true,
"Pos":[ 0, -9],
"Size":[ 360, 390],
"Z": 1,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/clear.png"
}
},
{ "comment":"タイトル",
"Name": "notification_title_text",
"Type": "text",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 0, -142],
"Size":[ 338, 38],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"FontSize": 16,
"FontFamily": "BIZUDPGothic",
"Alignment":"LM",
"Color":[1.0,1.0,1.0,1.0],
"Text": "ここに通知タイトルが入ります。ここに通知タイトルが入ります。",
"OverflowWrap": true
}
},
{ "comment":"チェックボックス OFF",
"Name": "notification_checkbox_off",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ -101, 98],
"Size":[ 17, 17],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"Toggle":[
{"Name":"Toggle_Notification_Window_Checkbox","State":true}
],
"ParamButton": {
"FileName": "gui2024/common/common_checkbox_off.png"
},
"GUIAction": []
},
{ "comment":"チェックボックス ON",
"Name": "notification_checkbox_on",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ -101, 98],
"Size":[ 17, 17],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"Toggle":[
{"Name":"Toggle_Notification_Window_Checkbox","State":false}
],
"ParamButton": {
"FileName": "gui2024/common/common_checkbox_on.png"
},
"GUIAction": []
},
{ "comment":"チェックボックス テキストラベル",
"Name": "notification_checkbox_label",
"Type": "text",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 20, 98],
"Size":[ 224, 15],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"FontSize": 12,
"FontFamily": "BIZUDPGothic",
"Alignment":"CM",
"Color":[1.0,1.0,1.0,1.0],
"Text": "今後このメッセージを表示しない",
"Text_en": "Do not show this message again"
}
},
{ "comment":"閉じる ボタン テキスト",
"Name": "common_btn_txt_close",
"Type": "button",
"Platform": "",
"Language": "_en",
"Portrait": "",
"Show": true,
"Pos":[ 0, 131],
"Size":[ 195, 45],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/common/common_btn_txt_close.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
}
},
{ "comment":"閉じる ボタン 右上",
"Name": "common_btn_close",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 155, -180],
"Size":[ 40, 40],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/common/common_btn_close.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
}
}
]
},
{"Comment": "汎用通知ウィンドウ 画像なし - 通知内容表示部分",
"Name": "notification_window_with_no_image_description",
"Show": false,
"Z": 69,
"Components":[
"NotificationWindowController",
"NotificationWindowViewModel",
"NotificationWindowModel"
],
"Mask":{
"URI":"gui2024/clear.png",
"Show":false,
"Pos":[ 0, -28],
"Size":[ 340, 152],
"Z": 1,
"Pivot":[ 0.5, 0.5],
"Anchor": "CM",
"Color":[ 0.0, 0.0, 0.0, 0.0],
"Vertical":true,
"FreeSlide":false
},
"AutoLoading":false,
"Gui": [
{ "comment":"テキスト本文",
"Name": "notification_description_text",
"Type": "text",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[ 4, 256],
"Size":[ 340, 760],
"Z": 5,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"URLClickable":true,
"FontSize": 12,
"FontFamily": "BIZUDPGothic",
"Alignment":"LT",
"OverflowWrap":true,
"Color":[1.0,1.0,1.0,1.0],
"Text": "",
"LineSpace": 7
}
},
{ "comment":"テキスト本文 スワイプ用",
"Name": "grab_bg",
"Type": "button",
"Show": true,
"Pos":[ 4, 256],
"Size":[ 340, 760],
"Z": 3,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/clear.png"
}
}
]
}
]
}