Class EcopediaChapter
Inheritance
System.Object
EcopediaChapter
Assembly: Eco.Gameplay.dll
Syntax
public class EcopediaChapter : Object, IPrioritizedPage, IController, IViewController, IHasUniversalID
Constructors
EcopediaChapter()
Declaration
EcopediaChapter(String, Int32)
Declaration
public EcopediaChapter(string chapterName, int priority = 0)
Parameters
Type |
Name |
Description |
System.String |
chapterName |
|
System.Int32 |
priority |
|
Properties
Categories
Declaration
public List<EcopediaCategory> Categories { get; set; }
Property Value
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
DisplayName
Declaration
public LocString DisplayName { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Priority
Declaration
public float Priority { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
Extension Methods