Refactor Timeline UI to use track flags

This commit is contained in:
Wojtek Figat
2021-12-07 23:27:58 +01:00
parent 2ef0aabfbc
commit bb674b43f9
10 changed files with 81 additions and 80 deletions

View File

@@ -88,7 +88,7 @@ namespace FlaxEngine.GUI
/// <summary>
/// True if automatic updates for control layout are locked (useful when creating a lot of GUI control to prevent lags).
/// </summary>
[HideInEditor, NoSerialize]
[HideInEditor, NoSerialize, NoAnimate]
public bool IsLayoutLocked
{
get => _isLayoutLocked;