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
|
||||
}
|
||||
}
|
||||
3
Editor/Toolbar/Enums/EToolbarPlacement.cs.meta
Normal file
3
Editor/Toolbar/Enums/EToolbarPlacement.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c1fe5a408a5b4d579b63db87d4da61b8
|
||||
timeCreated: 1615452354
|
||||
Loading…
Add table
Add a link
Reference in a new issue