com.hikky.heliodorlib
Version:
This is the library for Vket Cloud SDK.
540 lines (536 loc) • 17.1 kB
JSON
{
"Version": 1,
"Z": 1,
"Scripts": [
"Canvas/HeliScript/Dialog/DialogController.hs",
"Canvas/HeliScript/helApi.hs",
"Canvas/HeliScript/helConfig.hs",
"Canvas/HeliScript/helFunc.hs",
"Canvas/HeliScript/WebXR/WebXRController.hs"
],
"Layout": [
{
"Name": "enterdialog",
"Show": false,
"Z": 5,
"Components":[
"DialogController"
],
"Gui": [
{
"Name": "dialog_bg",
"Type": "image",
"Platform": "",
"Language": "",
"Show": true,
"Pos":[ 0, 0],
"Size":[ 342, 340],
"Z": 1,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamImage": {
"Uri": "gui2024/enter_room/enter_room_base_9s.png",
"LTRB": [50,50,50,60]
}
},
{
"Name": "text_guest",
"Type": "image",
"Platform": "",
"Language": "_en",
"Show": true,
"Pos":[ 0, -137],
"Size":[ 172, 21],
"Z": 3,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamImage": {
"Uri": "gui2024/enter_room/enter_room_title.png"
}
},
{
"Name": "text_nickname",
"Type": "image",
"Platform": "",
"Language": "_en",
"Show": true,
"Pos":[ -93, -93],
"Size":[ 92, 11],
"Z": 2,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamImage": {
"Uri": "gui2024/enter_room/enter_room_label_nickname.png"
}
},
{
"Name": "nickname_input_area",
"Type": "image",
"Platform": "",
"Language": "_en",
"Show": true,
"Pos":[ 0, -52],
"Size":[ 363, 90],
"Z": 3,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamImage": {
"Uri": "gui2024/enter_room/enter_room_input_nickname.png"
}
},
{
"Name": "btn_enter_room",
"Type": "button",
"Platform": "",
"Language": "_en",
"Show": true,
"Pos":[ 0, -2],
"Size":[ 361, 90],
"Z": 3,
"Pivot":[ 0.5, 0.0],
"Anchor":"CM",
"ParamButton": {
"FileName": "gui2024/enter_room/enter_room_btn_play.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
},
"GUIAction" :[
{"Func" : {"Name" : "EnterRoomFromDialog"}}
]
},
{
"Name": "btn_text_use_of_terms",
"Type": "button",
"Platform": "",
"Language": "_en",
"Show": true,
"Pos":[ -52, 113],
"Size":[ 92, 23],
"Z": 4,
"Pivot":[ 1.0, 0.0],
"Anchor":"CM",
"ParamButton": {
"FileName": "gui2024/enter_room/enter_room_btn_terms.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
},
"GUIAction" :[
{"Func" : {"Name" : "OpenUseOfTerms"}}
]
},
{
"Name": "btn_text_privacy_policy",
"Type": "button",
"Platform": "",
"Language": "_en",
"Show": true,
"Pos":[ -22, 113],
"Size":[ 185, 23],
"Z": 4,
"Pivot":[ 0.0, 0.0],
"Anchor":"CM",
"ParamButton": {
"FileName": "gui2024/enter_room/enter_room_btn_privacy.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0]
},
"GUIAction" :[
{"Func" : {"Name" : "OpenPrivacyPolicy"}}
]
},
{
"Name": "common_dialog_message_Slot",
"Type": "text",
"Show": true,
"Pos":[ 3, -46],
"Size":[ 244, 32],
"Z": 4,
"Pivot":[ 0.5, 1.0],
"Anchor":"CM",
"ParamText": {
"FontSize": 20,
"FontFamily": "BIZUDPGothic",
"Alignment":"LM",
"Color":[ 1.0, 1.0, 1.0, 1.0],
"Text": ""
}
}
]
},
{
"Name": "common_dialog_webxr_old",
"Show": false,
"Z": 10,
"Gui": [
{
"Name": "common_dialog_base_webxr",
"Type": "image",
"Platform": "",
"Portrait": "",
"Show": true,
"Pos":[ 0, 0],
"Size":[ 640, 640],
"Z": 1,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamImage": {
"Uri": "gui2024/common/common_dialog_base_webxr.png"
}
},
{
"Name": "common_dialog_text_webxr",
"Type": "image",
"Platform": "",
"Portrait": "",
"Language": "_en",
"Show": true,
"Pos":[ 0, -50],
"Size":[ 640, 640],
"Z": 2,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamImage": {
"Uri": "gui2024/common/common_dialog_text_webxr.png"
}
},
{
"Name": "common_dialog_start_webxr",
"Type": "button",
"Platform": "",
"Portrait": "",
"Language": "_en",
"Show": true,
"Pos":[ 140, 200],
"Size":[ 256, 64],
"Z": 3,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamButton": {
"FileName": "gui2024/common/common_dialog_start_webxr.png",
"OnCursorFileName": "gui2024/common/common_dialog_start_webxr.png",
"DownFileName": "gui2024/common/common_dialog_start_webxr.png"
},
"GUIAction": [
{"Func" : {"Name" : "enter_webxr"}},
{"SetShowLayer" : {"Name" : "common_dialog_webxr","Show" : false}},
{"String":{"Name":"ToggleDefault","Value":"webxr_enter"}},
{"String":{"Name":"ToggleChange","Value":"webxr_enter"}},
{"String":{"Name":"ToggleDefault","Value":"Toggle_PopupBackground"}},
{"String":{"Name":"ToggleChange","Value":"Toggle_PopupBackground"}}
]
},
{
"Name": "common_dialog_cancel_webxr",
"Type": "button",
"Platform": "",
"Portrait": "",
"Language": "_en",
"Show": true,
"Pos":[ -140, 200],
"Size":[ 256, 64],
"Z": 3,
"Pivot":[ 0.5, 0.5],
"Anchor":"CM",
"ParamButton": {
"FileName": "gui2024/common/common_dialog_cancel_webxr.png",
"OnCursorFileName": "gui2024/common/common_dialog_cancel_webxr.png",
"DownFileName": "gui2024/common/common_dialog_cancel_webxr.png"
},
"GUIAction": [
{"SetShowLayer" : {"Name" : "common_dialog_webxr","Show" : false}}
]
}
]
},
{
"Name": "common_dialog_enter_webxr",
"Show": false,
"Z": 10,
"AutoLoading":false,
"Components":[
"WebXRController"
],
"Gui": [
{
"Name": "popup_background",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[0,0],
"Size":[4000,4000],
"Z": 0,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/menu/popup_background_9s.png",
"LTRB": [8,8,8,8]
}
},
{
"Name": "common_dialog_bg",
"Type": "image",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[0,2],
"Size":[344,195],
"Z": 1,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamImage": {
"Uri": "gui2024/common/common_dialog_bg_9s.png",
"LTRB": [50,50,50,60]
}
},
{
"Name": "common_btn_cancel",
"Type": "button",
"Platform": "",
"Language": "_en",
"Portrait": "",
"Show": true,
"Pos":[-74,75],
"Size":[245,29],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/common/common_btn_cancel.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0],
"ClickAreaSize":[146, 32]
},
"GUIAction": [
{"SetShowLayer" : {"Name" : "common_dialog_enter_webxr","Show" : false}}
]
},
{
"Name": "common_dialog_confirm",
"Type": "button",
"Platform": "",
"Language": "_en",
"Portrait": "",
"Show": true,
"Pos":[77,75],
"Size":[195,42],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/menu/mypage/mypage_btn_confirm.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0],
"ClickAreaSize":[146, 32]
},
"GUIAction": [
{"Func" : {"Name" : "enter_webxr"}},
{"Func": {"Name": "CloseAllLayer"}},
{"SetShowLayer" : {"Name" : "common_dialog_enter_webxr","Show" : false}},
{"String":{"Name":"ToggleDefault","Value":"webxr_enter"}},
{"String":{"Name":"ToggleDefault","Value":"Toggle_PopupBackground"}},
{"String":{"Name":"ToggleChange","Value":"Toggle_PopupBackground"}}
]
},
{
"Name": "common_btn_close",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[152,-77],
"Size":[32,32],
"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]
},
"GUIAction": [
{"SetShowLayer" : {"Name" : "common_dialog_enter_webxr","Show" : false}}
]
},
{
"Name": "common_start_webxr_txt",
"Type": "text",
"Show": true,
"Pos":[0,-20],
"Size":[270,32],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"FontSize": 14,
"LineSpace": 5,
"FontFamily": "BIZUDPGothic",
"Alignment": "CM",
"Color": [1.0, 1.0, 1.0, 1.0],
"Text": "VRモードに切り替えます。\nよろしいですか?",
"Text_en": "You are about to switch to VR mode.\nProceed?"
}
}
]
},
{
"Name": "common_dialog_exit_webxr",
"Show": false,
"Z": 10,
"AutoLoading":false,
"Components":[
"WebXRController"
],
"Gui": [
{
"Name": "popup_background",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[0,0],
"Size":[4000,4000],
"Z": 0,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/menu/popup_background_9s.png",
"LTRB": [8,8,8,8]
}
},
{
"Name": "common_dialog_bg",
"Type": "image",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[0,2],
"Size":[344,195],
"Z": 1,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamImage": {
"Uri": "gui2024/common/common_dialog_bg_9s.png",
"LTRB": [50,50,50,60]
}
},
{
"Name": "common_btn_cancel",
"Type": "button",
"Platform": "",
"Language": "_en",
"Portrait": "",
"Show": true,
"Pos":[-74,75],
"Size":[245,29],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/common/common_btn_cancel.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0],
"ClickAreaSize":[146, 32]
},
"GUIAction": [
{"SetShowLayer" : {"Name" : "common_dialog_exit_webxr","Show" : false}}
]
},
{
"Name": "common_dialog_confirm_fps",
"Type": "button",
"Platform": "",
"Language": "_en",
"Portrait": "",
"Show": true,
"Pos":[77,75],
"Size":[195,42],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/menu/mypage/mypage_btn_confirm.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0],
"ClickAreaSize":[146, 32]
},
"GUIAction": [
{"SetShowLayer" : {"Name" : "common_dialog_exit_webxr","Show" : false}},
{"String": {"Name": "ToggleDefault","Value": "viewmode"}},
{"String": {"Name": "ToggleChange","Value": "viewmode"}},
{"Func": {"Name": "CloseAllLayer"}},
{"SetShowLayer" : {"Name" : "HUD","Show" : true}},
{"Func": {"Name": "exit_webxr"}}
],
"Toggle":[
{"Name": "Toggle_FpsTps_Confirm","State": true}
]
},
{
"Name": "common_dialog_confirm_tps",
"Type": "button",
"Platform": "",
"Language": "_en",
"Portrait": "",
"Show": true,
"Pos":[77,75],
"Size":[195,42],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamButton": {
"FileName": "gui2024/menu/mypage/mypage_btn_confirm.png",
"OnKeyDownMulColor":[0.5,0.5,0.5,1.0],
"ClickAreaSize":[146, 32]
},
"GUIAction": [
{"SetShowLayer" : {"Name" : "common_dialog_exit_webxr","Show" : false}},
{"String": {"Name": "ToggleDefault","Value": "viewmode"}},
{"Func": {"Name": "CloseAllLayer"}},
{"SetShowLayer" : {"Name" : "HUD","Show" : true}},
{"Func": {"Name": "exit_webxr"}}
],
"Toggle":[
{"Name": "Toggle_FpsTps_Confirm","State": false}
]
},
{
"Name": "common_btn_close",
"Type": "button",
"Platform": "",
"Language": "",
"Portrait": "",
"Show": true,
"Pos":[152,-77],
"Size":[32,32],
"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]
},
"GUIAction": [
{"SetShowLayer" : {"Name" : "common_dialog_exit_webxr","Show" : false}}
]
},
{
"Name": "common_exit_webxr_txt",
"Type": "text",
"Show": true,
"Pos":[0,-20],
"Size":[270,32],
"Z": 2,
"Pivot":[0.5,0.5],
"Anchor": "CM",
"ParamText": {
"FontSize": 12,
"LineSpace": 5,
"FontFamily": "BIZUDPGothic",
"Alignment": "CM",
"Color": [1.0, 1.0, 1.0, 1.0],
"Text": "VRモードを終了して通常モードに切り替えます。\nよろしいですか?",
"Text_en": ""
}
}
]
}
]
}