74 lines
2.1 KiB
Plaintext
74 lines
2.1 KiB
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &1
|
|
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}
|
|
m_Name:
|
|
m_EditorClassIdentifier:
|
|
UIGenerateCommonData:
|
|
ComCheckSplitName: '#'
|
|
ComCheckEndName: '@'
|
|
ArrayComSplitName: '*'
|
|
GeneratePrefix: ui
|
|
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
|
|
UIElementRegexConfigs:
|
|
- 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
|