AlicizaX/Client/Assets/uielementconfig.txt
2025-11-07 20:48:24 +08:00

86 lines
1.6 KiB
Plaintext

[
{
"uiElementRegex": "Rect",
"componentType": "RectTransform"
},
{
"uiElementRegex": "Obj",
"componentType": "GameObject"
},
{
"uiElementRegex": "Tf",
"componentType": "Transform"
},
{
"uiElementRegex": "Btn",
"componentType": "UXButton"
},
{
"uiElementRegex": "Slider",
"componentType": "Slider"
},
{
"uiElementRegex": "Img",
"componentType": "Image"
},
{
"uiElementRegex": "RImg",
"componentType": "RawImage"
},
{
"uiElementRegex": "Scrollbar",
"componentType": "Scrollbar"
},
{
"uiElementRegex": "ScrollRect",
"componentType": "ScrollRect"
},
{
"uiElementRegex": "GLayout",
"componentType": "GridLayoutGroup"
},
{
"uiElementRegex": "HLayout",
"componentType": "HorizontalLayoutGroup"
},
{
"uiElementRegex": "VLayout",
"componentType": "VerticalLayoutGroup"
},
{
"uiElementRegex": "Text",
"componentType": "TMPro.TextMeshProUGUI"
},
{
"uiElementRegex": "TogGroup",
"componentType": "UXGroup"
},
{
"uiElementRegex": "Mask2D",
"componentType": "RectMask2D"
},
{
"uiElementRegex": "Video",
"componentType": "Video.VideoPlayer"
},
{
"uiElementRegex": "Input",
"componentType": "TMPro.TMP_InputField"
},
{
"uiElementRegex": "CanvasGroup",
"componentType": "CanvasGroup"
},
{
"uiElementRegex": "ScrollView",
"componentType": "RecyclerView"
},
{
"uiElementRegex": "Drag",
"componentType": "UXDraggable"
},
{
"uiElementRegex": "",
"componentType": ""
}
]