Show / Hide Table of Contents

Class ThresholdMileStone

Inheritance
System.Object
ThresholdMileStone
Implements
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
Namespace: Eco.Gameplay.Civics.GameValues
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
Type Description
GameValue<System.Single>

Threshold

Declaration
public GameValue<float> Threshold { get; set; }
Property Value
Type Description
GameValue<System.Single>

Methods

GetPercentValue(IContextObject)

Declaration
public Eval<float> GetPercentValue(IContextObject action)
Parameters
Type Name Description
IContextObject action
Returns
Type Description
Eval<System.Single>

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾