ISettingsInspectorExtension
Version control system extension that allows extending Version Control settings inspector.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor
public interface ISettingsInspectorExtension
Remarks
Additional Resources: VersionControlObject.
Methods
Method | Description |
|---|---|
| OnInspectorGUI | Allows you to add custom GUI controls to the version control settings in the inspector. |