Class EcopediaImage
Inheritance
System.Object
EcopediaImage
Assembly: Eco.Gameplay.dll
Syntax
public abstract class EcopediaImage : EcopediaSectionBase, IController, IViewController, IHasUniversalID
Constructors
EcopediaImage()
Declaration
protected EcopediaImage()
Properties
ImageName
Declaration
public string ImageName { 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 |
|
Overrides
Implements
Extension Methods