AlicizaX/Client/ProjectSettings/UIGenerateConfiguration.asset

77 lines
2.4 KiB
Plaintext
Raw Normal View History

2025-01-24 16:21:00 +08:00
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
2025-03-04 18:40:14 +08:00
--- !u!114 &1
2025-01-24 16:21:00 +08:00
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: b212f141eb1bc7b4d97c4dc8b938bc5f, type: 3}
2025-03-04 18:40:14 +08:00
m_Name:
2025-01-24 16:21:00 +08:00
m_EditorClassIdentifier:
2025-03-04 18:40:14 +08:00
UIGenerateCommonData:
ComCheckSplitName: '#'
ComCheckEndName: '@'
ArrayComSplitName: '*'
GeneratePrefix: ui
2025-04-28 19:45:45 +08:00
ExcludeKeywords:
- ViewHolder
2025-01-26 20:55:39 +08:00
UIElementRegexConfigs:
- uiElementRegex: Rect
componentType: UnityEngine.RectTransform
2025-01-26 20:55:39 +08:00
- uiElementRegex: Obj
2025-04-28 19:45:45 +08:00
componentType: GameObject
2025-01-26 20:55:39 +08:00
- uiElementRegex: Tf
componentType: UnityEngine.Transform
2025-01-26 20:55:39 +08:00
- uiElementRegex: Btn
componentType: UnityEngine.UI.UXButton
2025-01-26 20:55:39 +08:00
- uiElementRegex: Slider
componentType: UnityEngine.UI.Slider
2025-01-26 20:55:39 +08:00
- uiElementRegex: Img
2026-03-20 17:22:33 +08:00
componentType: UnityEngine.UI.Image
2025-01-26 20:55:39 +08:00
- uiElementRegex: RImg
componentType: UnityEngine.UI.RawImage
2025-01-26 20:55:39 +08:00
- uiElementRegex: Scrollbar
componentType: UnityEngine.UI.Scrollbar
2025-01-26 20:55:39 +08:00
- uiElementRegex: ScrollRect
componentType: UnityEngine.UI.ScrollRect
2025-01-26 20:55:39 +08:00
- uiElementRegex: GLayout
componentType: UnityEngine.UI.GridLayoutGroup
2025-01-26 20:55:39 +08:00
- uiElementRegex: HLayout
componentType: UnityEngine.UI.HorizontalLayoutGroup
2025-01-26 20:55:39 +08:00
- uiElementRegex: VLayout
componentType: UnityEngine.UI.VerticalLayoutGroup
2025-03-04 18:40:14 +08:00
- uiElementRegex: Text
2025-01-26 20:55:39 +08:00
componentType: TMPro.TextMeshProUGUI
- uiElementRegex: TogGroup
componentType: UnityEngine.UI.UXGroup
2025-03-04 18:40:14 +08:00
- uiElementRegex: Mask2D
componentType: UnityEngine.UI.RectMask2D
2025-03-04 18:40:14 +08:00
- uiElementRegex: Video
componentType: UnityEngine.Video.VideoPlayer
2025-03-04 18:40:14 +08:00
- uiElementRegex: Input
componentType: TMPro.TMP_InputField
2025-04-28 19:45:45 +08:00
- uiElementRegex: CanvasGroup
componentType: UnityEngine.CanvasGroup
2025-04-28 19:45:45 +08:00
- uiElementRegex: ScrollView
componentType: AlicizaX.UI.RecyclerView
2025-07-29 09:50:40 +08:00
- uiElementRegex: Drag
componentType: UnityEngine.UI.UXDraggable
- uiElementRegex: Img
componentType: UnityEngine.UI.Image
2025-11-07 20:48:24 +08:00
UIScriptGenerateConfigs:
- ProjectName: MainProject
NameSpace: Game.UI
2025-11-10 16:02:02 +08:00
GenerateHolderCodePath: Assets/Scripts/Startup/UI/Generate
2025-11-14 13:34:21 +08:00
UIPrefabRootPath: Assets/Resources/
2025-11-07 20:48:24 +08:00
LoadType: 0
- ProjectName: Hotfix
NameSpace: Game.UI
2025-11-11 16:02:45 +08:00
GenerateHolderCodePath: Assets/Scripts/Hotfix/GameLogic/UI//Generate
2025-11-10 16:02:02 +08:00
UIPrefabRootPath: Assets/Bundles/UI
2025-11-07 20:48:24 +08:00
LoadType: 1
2026-02-28 17:09:15 +08:00
UIScriptGeneratorRuleHelper: AlicizaX.UI.Editor.DefaultUIGeneratorRuleHelper