Fix missing attribute
This commit is contained in:
@@ -13,6 +13,7 @@ namespace FlaxEditor.Viewport.Previews
|
||||
/// Base class for texture previews. Draws a surface in the UI and supports view moving/zooming.
|
||||
/// </summary>
|
||||
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
|
||||
[HideInEditor]
|
||||
public abstract class TexturePreviewBase : ContainerControl
|
||||
{
|
||||
private Rectangle _textureRect;
|
||||
|
||||
Reference in New Issue
Block a user