Class ThresholdMileStone
Inheritance
System.Object
ThresholdMileStone
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public sealed class ThresholdMileStone : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
ThresholdMileStone()
Declaration
public ThresholdMileStone()
Properties
Percent
Declaration
public GameValue<float> Percent { get; set; }
Property Value
Threshold
Declaration
public GameValue<float> Threshold { get; set; }
Property Value
Methods
GetPercentValue(IContextObject)
Declaration
public Eval<float> GetPercentValue(IContextObject action)
Parameters
Returns
Type |
Description |
Eval<System.Single> |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods