Interface IPrioritizedPage
Namespace: Eco.Gameplay.EcopediaRoot
Assembly: Eco.Gameplay.dll
Syntax
public interface IPrioritizedPage : IController, IViewController, IHasUniversalID
Properties
DisplayName
Declaration
LocString DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| LocString |
Name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Priority
Declaration
float Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |