Hide editor control from Visual Scripts api

This commit is contained in:
Wojciech Figat
2022-07-08 16:54:49 +02:00
parent f89ba20d9c
commit 7b041bbaa5

View File

@@ -19,6 +19,7 @@ namespace FlaxEditor.GUI
/// The single list item control. /// The single list item control.
/// </summary> /// </summary>
/// <seealso cref="FlaxEngine.GUI.Control" /> /// <seealso cref="FlaxEngine.GUI.Control" />
[HideInEditor]
public class Item : Control public class Item : Control
{ {
/// <summary> /// <summary>