1.8.2: Changed icon on scene loading toggle and added a create new scene button

This commit is contained in:
Anders Ejlersen 2023-03-14 19:59:02 +01:00
parent 38e771c549
commit de2745d68a
10 changed files with 134 additions and 19 deletions

View file

@ -8,7 +8,7 @@ namespace Module.NavigationTool.Editor.Toolbar
public abstract bool Enabled { get; }
public abstract EToolbarPlacement Placement { get; }
public abstract int Priority { get; }
private Rect rect;
protected Styles styles;