mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 06:08:16 +08:00
Update CacheMember.cs
This commit is contained in:
parent
99e11b41a3
commit
324d3afa5b
@ -276,7 +276,6 @@ namespace UnityExplorer.UI.Inspectors.CacheObject
|
||||
infos.Clear();
|
||||
infos.AddRange(declaringType.GetProperties(flags));
|
||||
infos.AddRange(declaringType.GetFields(flags));
|
||||
infos.AddRange(declaringType.GetEvents(flags));
|
||||
infos.AddRange(declaringType.GetMethods(flags));
|
||||
|
||||
foreach (var member in infos)
|
||||
|
Loading…
x
Reference in New Issue
Block a user