增加UIShow支持的UI

This commit is contained in:
shenjianxing 2024-12-30 19:16:04 +08:00
parent 2f336701c5
commit 7abdb3e93b

View File

@ -16,8 +16,10 @@ public class ActionHelper
{ "UIBtns", typeof(QFramework.Example.UIBtns) }, { "UIBtns", typeof(QFramework.Example.UIBtns) },
{ "UITools", typeof(QFramework.Example.UITools) }, { "UITools", typeof(QFramework.Example.UITools) },
{ "UIHint", typeof(QFramework.Example.UIHint) }, { "UIHint", typeof(QFramework.Example.UIHint) },
{ "UITextTip", typeof(QFramework.Example.UITextTip) }, { "UIPointQuestion", typeof(QFramework.Example.UIPointQuestion) },
{ "UIBtns", typeof(QFramework.Example.UIPointQuestion) },
{ "UICameraSwitch", typeof(QFramework.Example.UICameraSwitch) }, { "UICameraSwitch", typeof(QFramework.Example.UICameraSwitch) },
}; };