Fix some editor UI controls visible in Visual Scripting

This commit is contained in:
Wojtek Figat
2021-01-21 14:26:22 +01:00
parent 9ae79b8307
commit 57d7508e25
5 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ namespace FlaxEditor.GUI
/// The generic keyframes animation editor control.
/// </summary>
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
[HideInEditor]
public class KeyframesEditor : ContainerControl
{
/// <summary>

View File

@@ -20,6 +20,7 @@ namespace FlaxEditor.GUI.Timeline
/// The timeline control that contains tracks section and headers. Can be used to create time-based media interface for camera tracks editing, audio mixing and events tracking.
/// </summary>
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
[HideInEditor]
public class Timeline : ContainerControl
{
private static readonly KeyValuePair<float, string>[] FPSValues =