1.5.0: Added interface and utility class for adding settings to toolbar settings provider
This commit is contained in:
parent
12de62dabb
commit
91c9504910
25 changed files with 272 additions and 133 deletions
9
Editor/Toolbar/Settings/IToolbarSettings.cs
Normal file
9
Editor/Toolbar/Settings/IToolbarSettings.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Module.NavigationTool.Editor.Toolbar
|
||||
{
|
||||
public interface IToolbarSettings
|
||||
{
|
||||
string Title { get; }
|
||||
|
||||
void Draw();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue