Interface IDisplayablePlugin
Inherited Members
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IDisplayablePlugin : IGUIPlugin, IServerPlugin, IHasDisplayTabs, IDisplayTab
Explicit Interface Implementations
IHasDisplayTabs.DisplayTabs
Declaration
IEnumerable<IDisplayTab> IHasDisplayTabs.DisplayTabs { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDisplayTab> |