Class ModuleItem<T>
Inheritance
System.Object
ModuleItem<T>
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public abstract class ModuleItem<T> : ModuleItem, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, INotifyPropertyChanged, IPlaceableItem, IController, IViewController, IHasUniversalID where T : WorldObject
Type Parameters
Name | Description |
---|---|
T |
Constructors
ModuleItem()
Declaration
protected ModuleItem()
Properties
WorldObjectType
Declaration
public override Type WorldObjectType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged