IInspectorWindowExtension
Version control system extension that allows extending inspector.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor
public interface IInspectorWindowExtension
Remarks
Additional Resources: VersionControlObject.
Methods
Method | Description |
|---|---|
| InvalidateVersionControlBarState | Resets any cached state for the version control bar. |
| OnVersionControlBar | Allows you to add custom GUI controls to the version control bar in the specified inspector. |