Files
XericUIActionVessel/Runtime/InterfaceAttributeReflectionGenerator/Scripts/Attribute/IXuiavrgAttribute.cs
T
lrss3 5f93152c9b 添加了更多的反射检查逻辑。
修复布局组件的缓存引用关系
2026-04-28 17:13:23 +08:00

7 lines
166 B
C#

namespace XericUI.ReflectionUIGenerator
{
public interface IXuiavrgAttribute
{
public void BindProperty(XuiavrgInspectorProperty property);
}
}