Class CurrencyHolding
Inheritance
System.Object
CurrencyHolding
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class CurrencyHolding : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
CurrencyHolding()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
Val
Declaration
public float Val { get; set; }
Property Value
Type |
Description |
System.Single |
|
ValChangedEvent
Declaration
public static ThreadSafeAction<CurrencyHolding> ValChangedEvent { get; }
Property Value
Methods
SetVal(Single)
Declaration
public void SetVal(float v)
Parameters
Type |
Name |
Description |
System.Single |
v |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods