1.7.0: Added option to sort scenes by asset labels

This commit is contained in:
Anders Ejlersen 2022-07-26 19:13:02 +02:00
parent d9e62f6589
commit cceef7bb7e
9 changed files with 136 additions and 21 deletions

View file

@ -29,6 +29,10 @@ namespace Module.NavigationTool.Editor.Toolbar
set => EditorPrefs.SetFloat(PREF_TIME_SCALE_MAX, value);
}
public void Initialize()
{
}
public void Draw()
{
IsTimeScaleEnabled = EditorGUILayout.Toggle("Enable Time Scale slider", IsTimeScaleEnabled);