0.4.0: Added double-click open to Favorites and History
This commit is contained in:
parent
9b73200c73
commit
d35a79faf1
6 changed files with 59 additions and 5 deletions
|
|
@ -101,6 +101,12 @@ namespace Game.NavigationTool.Editor.Favorite
|
|||
favorites.Save();
|
||||
}
|
||||
|
||||
FavoritesGUIUtility.ClearManipulating();
|
||||
break;
|
||||
case EManipulatingState.PerformedDoubleClick:
|
||||
if (entry.isAsset)
|
||||
AssetDatabase.OpenAsset(favorites.GetObject(entry));
|
||||
|
||||
FavoritesGUIUtility.ClearManipulating();
|
||||
break;
|
||||
case EManipulatingState.BeginDrag:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue