Hide various Editor types from scripting
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FlaxEditor.Tools.Foliage
|
||||
/// <summary>
|
||||
/// Foliage painting brush.
|
||||
/// </summary>
|
||||
[HideInEditor]
|
||||
public class Brush
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user