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