Hide various Editor types from Visual Scripting

This commit is contained in:
Wojtek Figat
2021-10-04 12:23:54 +02:00
parent e92c22585a
commit d88306fc1c
11 changed files with 19 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
using FlaxEditor.GUI.Tree;
using FlaxEngine;
using FlaxEngine.GUI;
namespace FlaxEditor.CustomEditors.Elements
@@ -8,6 +9,7 @@ namespace FlaxEditor.CustomEditors.Elements
/// <summary>
/// Tree nodes elements.
/// </summary>
[HideInEditor]
public interface ITreeElement
{
/// <summary>