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

@@ -7,6 +7,7 @@ namespace FlaxEditor.Tools.Foliage
/// <summary>
/// Foliage painting brush.
/// </summary>
[HideInEditor]
public class Brush
{
/// <summary>

View File

@@ -9,7 +9,7 @@ namespace FlaxEditor.Tools.Foliage.Undo
/// The foliage editing action that records before and after states to swap between unmodified and modified foliage data.
/// </summary>
/// <seealso cref="FlaxEditor.IUndoAction" />
[Serializable]
[Serializable, HideInEditor]
public sealed class EditFoliageAction : IUndoAction
{
[Serialize]