Class EnvironmentStatistic
Inheritance
System.Object
EnvironmentStatistic
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class EnvironmentStatistic : StatGameValue, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IValidity, IDescribable
Constructors
EnvironmentStatistic()
Declaration
public EnvironmentStatistic()
Properties
Statistic
Declaration
public StatEntry Statistic { get; set; }
Property Value
Methods
Description()
Declaration
public override LocString Description()
Returns
Overrides
Evaluate(IContextObject)
Declaration
protected override Eval<float> Evaluate(IContextObject action)
Parameters
Returns
Type |
Description |
Eval<System.Single> |
|
Overrides
Eco.Gameplay.Civics.GameValues.GameValue<System.Single>.Evaluate(Eco.Core.Utils.PropertyScanning.IContextObject)
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods