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

@@ -10,6 +10,7 @@ namespace FlaxEditor.GUI
/// <summary>
/// Interface for keyframes/curves editors.
/// </summary>
[HideInEditor]
public interface IKeyframesEditor
{
/// <summary>

View File

@@ -16,6 +16,7 @@ namespace FlaxEditor.GUI.Timeline.Tracks
/// <summary>
/// The base interface for <see cref="ObjectTrack"/>.
/// </summary>
[HideInEditor]
public interface IObjectTrack
{
/// <summary>