mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-09-20 13:36:01 +08:00
Update ReflectionInspector.cs
This commit is contained in:
@ -148,16 +148,9 @@ namespace UnityExplorer.Inspectors
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (mi != null)
|
if (mi != null)
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
{
|
||||||
AppendParams(mi.GetParameters());
|
AppendParams(mi.GetParameters());
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
|
||||||
{
|
|
||||||
ExplorerCore.Log(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (pi != null)
|
else if (pi != null)
|
||||||
{
|
{
|
||||||
AppendParams(pi.GetIndexParameters());
|
AppendParams(pi.GetIndexParameters());
|
||||||
|
Reference in New Issue
Block a user