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.
|
/// Base class for texture previews. Draws a surface in the UI and supports view moving/zooming.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
|
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
|
||||||
|
[HideInEditor]
|
||||||
public abstract class TexturePreviewBase : ContainerControl
|
public abstract class TexturePreviewBase : ContainerControl
|
||||||
{
|
{
|
||||||
private Rectangle _textureRect;
|
private Rectangle _textureRect;
|
||||||
|
|||||||
Reference in New Issue
Block a user