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
|
|
|
|
|
UIScriptGenerateConfig:
|
|
|
|
|
MainProjectUIScriptGenerateData:
|
|
|
|
|
NameSpace: Unity.Startup
|
|
|
|
|
GenerateHolderCodePath: Assets/Scripts/Startup/Framework/UI
|
|
|
|
|
UIPrefabRootPath: Assets/Resources/UI
|
|
|
|
|
LoadType: 0
|
|
|
|
|
HotFixProjectUIScriptGenerateData:
|
|
|
|
|
NameSpace: GameLogic.UI
|
|
|
|
|
GenerateHolderCodePath: Assets/Scripts/Hotfix/GameLogic
|
|
|
|
|
UIPrefabRootPath:
|
|
|
|
|
LoadType: 1
|
2025-01-26 20:55:39 +08:00
|
|
|
UIElementRegexConfigs:
|
|
|
|
|
- uiElementRegex: Rect
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: 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
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: Transform
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: Btn
|
2025-07-29 09:50:40 +08:00
|
|
|
componentType: UXButton
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: Slider
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: Slider
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: Img
|
2025-07-31 20:15:20 +08:00
|
|
|
componentType: Image
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: RImg
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: RawImage
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: Scrollbar
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: Scrollbar
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: ScrollRect
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: ScrollRect
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: GLayout
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: GridLayoutGroup
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: HLayout
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: HorizontalLayoutGroup
|
2025-01-26 20:55:39 +08:00
|
|
|
- uiElementRegex: VLayout
|
2025-04-28 19:45:45 +08:00
|
|
|
componentType: VerticalLayoutGroup
|
2025-03-04 18:40:14 +08:00
|
|
|
- uiElementRegex: Text
|
2025-01-26 20:55:39 +08:00
|
|
|
componentType: TMPro.TextMeshProUGUI
|
|
|
|
|
- uiElementRegex: TogGroup
|
2025-07-29 09:50:40 +08:00
|
|
|
componentType: UXGroup
|
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: 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: CanvasGroup
|
|
|
|
|
- uiElementRegex: ScrollView
|
|
|
|
|
componentType: RecyclerView
|
2025-07-29 09:50:40 +08:00
|
|
|
- uiElementRegex: Drag
|
|
|
|
|
componentType: UXDraggable
|