Class FormType
Inherited Members
Namespace: Eco.Gameplay.Blocks
Assembly: Eco.Gameplay.dll
Syntax
[IconGroup("Block Forms")]
public abstract class FormType : IconItem, IHasIcon, IController, IViewController, IHasUniversalID
Constructors
FormType()
Declaration
protected FormType()
Properties
Group
Form group used for grouping in the UI.
Declaration
public virtual FormGroup Group { get; }
Property Value
Type | Description |
---|---|
FormGroup |
GroupType
The FormGroup-derived type that defines the group this form belongs to.
Declaration
public virtual Type GroupType { get; }
Property Value
Type | Description |
---|---|
System.Type |
IconName
Icon name used by the client to look up the icon in Eco.scene.
Declaration
public override string IconName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
MinTier
Minimum tier of hammer needed to use this form.
Declaration
public virtual int MinTier { get; }
Property Value
Type | Description |
---|---|
System.Int32 |