Class TypeInspector
Basic inspector view for any type. This will use the type finder mechanism which searches for all classes implementing ITypeView, and will provide the correct view for those types.
Inheritance
System.Object
TypeInspector
Namespace: UnityEditor.ImmediateWindow.UI
Syntax
public class TypeInspector : VisualElement
Constructors
TypeInspector(Object, ViewContext)
Constructor for typeview.
Declaration
public TypeInspector(object obj, ViewContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj | Object to view |
| ViewContext | context |