分离具体属性组件,加入样式表系统

This commit is contained in:
2026-07-25 22:47:14 +08:00
parent b1636d5932
commit 3fbb82f40e
38 changed files with 742 additions and 38 deletions
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 174ea317a2a5e8e44a0d96c6d7e43bd5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -26,7 +26,7 @@ namespace XericUI.ReflectionUIGenerator
_ => typeof(object)
};
IsReadOnly = memberInfo is PropertyInfo pi && !pi.CanWrite;
IsReadOnly = memberInfo is PropertyInfo pi2 && !pi2.CanWrite;
}
public object GetValue()
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 74ef75bd607ec5242a6bb9bb985bf436
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: