AlicizaX/Client/Packages/com.alicizax.unity.ui/Editor/Assets/UIGenerateGlobalSettings.asset
2025-01-26 20:55:39 +08:00

94 lines
2.8 KiB
Plaintext

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
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: UIGenerateGlobalSettings
m_EditorClassIdentifier:
UIScriptGenerateConfigs: []
scriptGenerateRule:
- uiElementRegex: Obj
componentName: GameObject
- uiElementRegex: Item
componentName: GameObject
- uiElementRegex: Tf
componentName: Transform
- uiElementRegex: Rect
componentName: RectTransform
- uiElementRegex: Btn
componentName: Button
- uiElementRegex: Img
componentName: Image
- uiElementRegex: RImg
componentName: RawImage
- uiElementRegex: Scrollbar
componentName: Scrollbar
- uiElementRegex: ScrollRect
componentName: ScrollRect
- uiElementRegex: GridLayout
componentName: GridLayoutGroup
- uiElementRegex: HLayout
componentName: HorizontalLayoutGroup
- uiElementRegex: VLayout
componentName: VerticalLayoutGroup
- uiElementRegex: Slider
componentName: Slider
- uiElementRegex: TogGroup
componentName: ToggleGroup
- uiElementRegex: AnimationCurve
componentName: AnimationCurve
- uiElementRegex: CanvasGroup
componentName: CanvasGroup
- uiElementRegex: Input
componentName: TMP_InputField
- uiElementRegex: Text
componentName: TextMeshProUGUI
- uiElementRegex: Video
componentName: VideoPlayer
- uiElementRegex: SBtn
componentName: UIButtonSuper
- uiElementRegex: STBtn
componentName: UIButtonSuperText
- uiElementRegex: 3DDisplay
componentName: UI3DDisplay
- uiElementRegex: Mask2D
componentName: RectMask2D
- uiElementRegex: LText
componentName: Text
UIElementRegexConfigs:
- uiElementRegex: Rect
componentType: UnityEngine.RectTransform
- uiElementRegex: Obj
componentType: UnityEngine.GameObject
- uiElementRegex: Tf
componentType: UnityEngine.Transform
- uiElementRegex: Btn
componentType: UnityEngine.UI.Button
- uiElementRegex: Slider
componentType: UnityEngine.UI.Slider
- uiElementRegex: Img
componentType: UnityEngine.UI.Image
- uiElementRegex: RImg
componentType: UnityEngine.UI.RawImage
- uiElementRegex: Scrollbar
componentType: UnityEngine.UI.Scrollbar
- uiElementRegex: ScrollRect
componentType: UnityEngine.UI.ScrollRect
- uiElementRegex: GLayout
componentType: UnityEngine.UI.GridLayoutGroup
- uiElementRegex: HLayout
componentType: UnityEngine.UI.HorizontalLayoutGroup
- uiElementRegex: VLayout
componentType: UnityEngine.UI.VerticalLayoutGroup
- uiElementRegex: Tmp
componentType: TMPro.TextMeshProUGUI
- uiElementRegex: TogGroup
componentType: UnityEngine.UI.ToggleGroup