IProjectEditorDrawer
Common interface for any UI containers that change the state of the project with regards to services.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Connect
- Assembly: UnityEditor
public interface IProjectEditorDrawer
Methods
Method | Description |
|---|---|
| GetVisualElement | Retrieves the VisualElement that draws the project state-changing UI. |
Events
Member | Description |
|---|---|
| stateChangeButtonFired | An event that fires whenever the UI changes the project's state regarding services. |