First commit
This commit is contained in:
13
Editor/Contracts/IInspectable.cs
Normal file
13
Editor/Contracts/IInspectable.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace Misaki.GraphView.Editor
|
||||
{
|
||||
public interface IInspectable
|
||||
{
|
||||
public Action<IInspectable> OnItemSelected { get; set; }
|
||||
|
||||
public string InspectorName { get; }
|
||||
public VisualElement CreateInspector();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user