mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 07:37:06 +08:00
Progress on ReflectionInspector, framework mostly done
This commit is contained in:
@ -29,7 +29,7 @@ namespace UnityExplorer.UI.Inspectors
|
||||
CreateInspector<ReflectionInspector>(obj);
|
||||
}
|
||||
|
||||
public static void InspectStatic(Type type)
|
||||
public static void Inspect(Type type)
|
||||
{
|
||||
CreateInspector<ReflectionInspector>(type, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user