Interface IEcopediaDynamicPageName
Use this interface when we need to give each instance of the current type has a different ecopedia page name.
Namespace: Eco.Gameplay.EcopediaRoot
Assembly: Eco.Gameplay.dll
Syntax
public interface IEcopediaDynamicPageName
Properties
PageName
The ecopedia page name of the current instance.
Declaration
string PageName { get; }
Property Value
Type | Description |
---|---|
System. |