diff --git a/Source/Engine/UI/GUI/Control.Bounds.cs b/Source/Engine/UI/GUI/Control.Bounds.cs index 9d0dafeb7..428e485d8 100644 --- a/Source/Engine/UI/GUI/Control.Bounds.cs +++ b/Source/Engine/UI/GUI/Control.Bounds.cs @@ -105,7 +105,7 @@ namespace FlaxEngine.GUI /// /// Helper for Editor UI (see UIControlControlEditor). /// - [NoSerialize, HideInEditor] + [NoSerialize, HideInEditor, NoAnimate] internal float Proxy_Offset_Left { get => _offsets.Left; @@ -115,7 +115,7 @@ namespace FlaxEngine.GUI /// /// Helper for Editor UI (see UIControlControlEditor). /// - [NoSerialize, HideInEditor] + [NoSerialize, HideInEditor, NoAnimate] internal float Proxy_Offset_Right { get => _offsets.Right; @@ -125,7 +125,7 @@ namespace FlaxEngine.GUI /// /// Helper for Editor UI (see UIControlControlEditor). /// - [NoSerialize, HideInEditor] + [NoSerialize, HideInEditor, NoAnimate] internal float Proxy_Offset_Top { get => _offsets.Top; @@ -135,7 +135,7 @@ namespace FlaxEngine.GUI /// /// Helper for Editor UI (see UIControlControlEditor). /// - [NoSerialize, HideInEditor] + [NoSerialize, HideInEditor, NoAnimate] internal float Proxy_Offset_Bottom { get => _offsets.Bottom;