AlicizaX/Client/Packages/com.alicizax.unity.ui/Editor/Res/default.txt

71 lines
1.4 KiB
Plaintext
Raw Normal View History

2025-03-04 18:40:14 +08:00
[
{
"uiElementRegex":"Rect",
2025-04-28 19:45:45 +08:00
"componentType":"RectTransform"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Obj",
2025-04-28 19:45:45 +08:00
"componentType":"GameObject"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Tf",
2025-04-28 19:45:45 +08:00
"componentType":"Transform"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Btn",
2025-04-28 19:45:45 +08:00
"componentType":"UIButtonSuper"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Slider",
2025-04-28 19:45:45 +08:00
"componentType":"Slider"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Img",
2025-04-28 19:45:45 +08:00
"componentType":"Image"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"RImg",
2025-04-28 19:45:45 +08:00
"componentType":"RawImage"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Scrollbar",
2025-04-28 19:45:45 +08:00
"componentType":"Scrollbar"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"ScrollRect",
2025-04-28 19:45:45 +08:00
"componentType":"ScrollRect"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"GLayout",
2025-04-28 19:45:45 +08:00
"componentType":"GridLayoutGroup"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"HLayout",
2025-04-28 19:45:45 +08:00
"componentType":"HorizontalLayoutGroup"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"VLayout",
2025-04-28 19:45:45 +08:00
"componentType":"VerticalLayoutGroup"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Text",
"componentType":"TMPro.TextMeshProUGUI"
},
{
"uiElementRegex":"TogGroup",
2025-04-28 19:45:45 +08:00
"componentType":"ToggleGroup"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Mask2D",
2025-04-28 19:45:45 +08:00
"componentType":"RectMask2D"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Video",
2025-04-28 19:45:45 +08:00
"componentType":"VideoPlayer"
2025-03-04 18:40:14 +08:00
},
{
"uiElementRegex":"Input",
"componentType":"TMPro.TMP_InputField"
}
]