添加了默认实例场景文件,默认示例文件。

优化了属性组的界面
This commit is contained in:
2026-06-21 22:33:13 +08:00
parent 8fec3b2f9e
commit 7c2e43efbb
26 changed files with 5065 additions and 555 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
@@ -13,10 +13,11 @@ using Object = UnityEngine.Object;
namespace XericUI.ReflectionUIGenerator
{
/// <summary>
/// 属性映射器
/// [已弃用] 属性映射器。请使用 XuiavrgPropertyGroupScriptableObject 替代。
/// 功能已整合到 PropertyGroup 中,此类保留仅用于向后兼容。
/// </summary>
[Serializable]
[CreateAssetMenu(fileName = "Xeric UI avr Property", menuName = "Xeric Library/UI Action Vessel/Reflection UI Gen/UI avr Property", order = 10)]
[Obsolete("Use XuiavrgPropertyGroupScriptableObject instead. Property mapping is now integrated directly into the group.")]
public class XuiavrPropertyScriptableObject : ScriptableObject
{
#if ODIN_INSPECTOR