Show / Hide Table of Contents

Interface IDisplayablePlugin

Inherited Members
IGUIPlugin.OnClosingUI()
IServerPlugin.GetStatus()
IServerPlugin.GetCategory()
IHasDisplayTabs.DisplayTabs
IDisplayTab.OnDisplayTabVisibilityChange(Boolean)
IDisplayTab.GetDisplayTitle()
IDisplayTab.GetDisplayText()
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>

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾