Show / Hide Table of Contents

Class FormType

Inheritance
System.Object
IconItem
FormType
Implements
IHasIcon
IController
IViewController
IHasUniversalID
Inherited Members
IconItem.ControllerID
IconItem.IconComment
IconItem.Name
IconItem.DisplayName
IconItem.DisplayDescription
IconItem.SortOrder
IconItem.SkillReq
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
IconItem.IconName

MinTier

Minimum tier of hammer needed to use this form.

Declaration
public virtual int MinTier { get; }
Property Value
Type Description
System.Int32

Implements

IHasIcon
IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾