Hide various Editor types from scripting

This commit is contained in:
Wojtek Figat
2021-07-29 14:05:42 +02:00
parent 38249c362d
commit fcd0841bc7
9 changed files with 19 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ namespace FlaxEditor.GUI.Tabs
/// Single tab control used by <see cref="Tabs"/>.
/// </summary>
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
[HideInEditor]
public class Tab : ContainerControl
{
/// <summary>