Scene picker: Added option to add groups of scenes to open
This commit is contained in:
parent
41604b98e7
commit
a86f76904e
28 changed files with 1052 additions and 225 deletions
12
Editor/Toolbar/Settings/IToolbarProjectSettings.cs
Normal file
12
Editor/Toolbar/Settings/IToolbarProjectSettings.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace Module.NavigationTool.Editor.Toolbar
|
||||
{
|
||||
public interface IToolbarProjectSettings
|
||||
{
|
||||
string Title { get; }
|
||||
bool IsSettingsDirty { get; }
|
||||
|
||||
void Initialize(ToolbarProjectSettings projectSettings);
|
||||
void Draw();
|
||||
void SetSettingsValue();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue