1.7.0: Added option to sort scenes by asset labels
This commit is contained in:
parent
d9e62f6589
commit
cceef7bb7e
9 changed files with 136 additions and 21 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue