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,10 +1,13 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
using FlaxEngine;
namespace FlaxEditor.Content
{
/// <summary>
/// File entry action (import or create).
/// </summary>
[HideInEditor]
public interface IFileEntryAction
{
/// <summary>