Class IESProfilePreview
Preview control for IESProfile asset.
Inheritance
System.Object
FlaxEditor.Viewport.Previews.TexturePreviewBase
IESProfilePreview
Implements
System.IComparable
Namespace: FlaxEditor.Viewport.Previews
Assembly: FlaxEngine.CSharp.dll
Syntax
public class IESProfilePreview : TexturePreviewBase, IComparable, IDrawable
Constructors
IESProfilePreview()
Properties
Asset
Gets or sets the asset to preview.
Declaration
public IESProfile Asset { get; set; }
Property Value
IESProfile
|
Methods
CalculateTextureRect(out Rectangle)
Declaration
protected override void CalculateTextureRect(out Rectangle rect)
Parameters
Rectangle
rect
|
Overrides
FlaxEditor.Viewport.Previews.TexturePreviewBase.CalculateTextureRect(FlaxEngine.Rectangle)
DrawTexture(ref Rectangle)
Declaration
protected override void DrawTexture(ref Rectangle rect)
Parameters
Rectangle
rect
|
Overrides
FlaxEditor.Viewport.Previews.TexturePreviewBase.DrawTexture(FlaxEngine.Rectangle)
OnDestroy()
Method called when managed instance should be destroyed
Declaration
public override void OnDestroy()
Overrides
Extension Methods
See Also
FlaxEditor.Viewport.Previews.TexturePreviewBase