# ISettingsInspectorExtension

> Version control system extension that allows extending Version Control settings inspector.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.VersionControl](/engine/6000.0/script-reference/unityeditor/versioncontrol.md)
* **Assembly:** UnityEditor

```csharp
public interface ISettingsInspectorExtension
```

## Remarks

Additional Resources: [VersionControlObject](/engine/6000.0/script-reference/unityeditor/versioncontrol/versioncontrolobject.md).

## Methods

| Method                                                                                                                     | Description                                                                             |
| -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [OnInspectorGUI](/engine/6000.0/script-reference/unityeditor/versioncontrol/isettingsinspectorextension/oninspectorgui.md) | Allows you to add custom GUI controls to the version control settings in the inspector. |
