Class IESProfileWindow
Editor window to view/modify IESProfile asset.
Inheritance
System.Object
FlaxEngine.GUI.ScrollableControl
IESProfileWindow
Namespace: FlaxEditor.Windows.Assets
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class IESProfileWindow : AssetEditorWindowBase<IESProfile>, IComparable, IDrawable, IEditable, IContentItemOwner
Constructors
IESProfileWindow(Editor, AssetItem)
Declaration
public IESProfileWindow(Editor editor, AssetItem item)
Parameters
Editor
editor
|
FlaxEditor.Content.AssetItem
item
|
Methods
OnAssetLoaded()
Called when asset gets loaded and window can setup UI for it.
Declaration
protected override void OnAssetLoaded()
Overrides
FlaxEditor.Windows.Assets.AssetEditorWindowBase<FlaxEngine.IESProfile>.OnAssetLoaded()
UnlinkItem()
Unlinks the item. Removes reference to it and unbinds all events.
Declaration
protected override void UnlinkItem()
Overrides
FlaxEditor.Windows.Assets.AssetEditorWindowBase<FlaxEngine.IESProfile>.UnlinkItem()