mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
Update ReflectionInspector.cs
This commit is contained in:
parent
ca90b64378
commit
9c077b3aa3
@ -149,14 +149,7 @@ namespace UnityExplorer.Inspectors
|
|||||||
|
|
||||||
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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user