0.5.0: Added toolbar with scene picker
This commit is contained in:
parent
d35a79faf1
commit
27d7ecb2dd
19 changed files with 365 additions and 3 deletions
8
Editor/Toolbar/Enums/EToolbarPlacement.cs
Normal file
8
Editor/Toolbar/Enums/EToolbarPlacement.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Game.NavigationTool.Editor
|
||||
{
|
||||
public enum EToolbarPlacement : byte
|
||||
{
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue