# Editor.InspectorWidget.Create

```csharp
static InspectorWidget Create(SerializedObject obj, System.Type ignore = null)
```

Creates an inspector widget for the given serialized object.

### Parameters

- `obj` (`SerializedObject`)
- `ignore` (`System.Type`), default `null`

### Returns

`InspectorWidget`

Declared in [Editor.InspectorWidget](/api/Editor.InspectorWidget).
Assembly: `Sandbox.Tools`.
