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