Class EcopediaButton
Inherited Members
Namespace: Eco.Gameplay.EcopediaRoot
Assembly: Eco.Gameplay.dll
Syntax
public class EcopediaButton : EcopediaSectionBase, IController, IViewController, IHasUniversalID
Constructors
EcopediaButton()
Declaration
public EcopediaButton()
Properties
URL
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Init(XElement)
Declaration
public override void Init(XElement xmlSection)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.Linq.XElement | xmlSection |