Class EcopediaCategory
Inheritance
System.Object
EcopediaCategory
Assembly: Eco.Gameplay.dll
Syntax
public class EcopediaCategory : Object, IEcopediaTab, IPrioritizedPage, IController, IViewController, IHasUniversalID
Constructors
EcopediaCategory()
Declaration
public EcopediaCategory()
Properties
ChapterName
Declaration
public string ChapterName { get; set; }
Property Value
Type |
Description |
System.String |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
DiscoveredItem
Declaration
public int DiscoveredItem { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DisplayName
Declaration
public LocString DisplayName { get; set; }
Property Value
FullName
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
IconName
Declaration
public string IconName { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Pages
Declaration
public Dictionary<string, EcopediaPage> Pages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, EcopediaPage> |
|
Priority
Declaration
public float Priority { get; set; }
Property Value
Type |
Description |
System.Single |
|
Summary
Declaration
public string Summary { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods