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

@@ -11,6 +11,7 @@ namespace FlaxEditor.GUI.Tabs
/// Represents control which contains collection of <see cref="Tab"/>.
/// </summary>
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
[HideInEditor]
public class Tabs : ContainerControl
{
/// <summary>