1.1.0: Added README and ToolbarSettings, so visibility of tools can be set in Preferences -> Module -> Toolbar
This commit is contained in:
parent
e1d2deb4c5
commit
9802f8aaa3
23 changed files with 297 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
namespace Module.NavigationTool.Editor
|
||||
namespace Module.NavigationTool.Editor.Toolbar
|
||||
{
|
||||
public enum EToolbarPlacement : byte
|
||||
{
|
||||
|
|
|
|||
9
Editor/Toolbar/Enums/EToolbarPriority.cs
Normal file
9
Editor/Toolbar/Enums/EToolbarPriority.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Module.NavigationTool.Editor.Toolbar
|
||||
{
|
||||
public enum EToolbarPriority
|
||||
{
|
||||
Low,
|
||||
Medium = 1000,
|
||||
High = 2000
|
||||
}
|
||||
}
|
||||
3
Editor/Toolbar/Enums/EToolbarPriority.cs.meta
Normal file
3
Editor/Toolbar/Enums/EToolbarPriority.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5ae525e780674292add7f50aef822261
|
||||
timeCreated: 1639929153
|
||||
Loading…
Add table
Add a link
Reference in a new issue