Class RepairTracker
Inheritance
System.Object
RepairTracker
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class RepairTracker : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
RepairTracker()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
IntegrityRequired
Declaration
public float IntegrityRequired { get; set; }
Property Value
Type |
Description |
System.Single |
|
NeededItems
Declaration
public string NeededItems { get; set; }
Property Value
Type |
Description |
System.String |
|
NeededSkills
Declaration
public List<SkillAndLevel> NeededSkills { get; set; }
Property Value
ObjectToRepair
Declaration
public string ObjectToRepair { get; set; }
Property Value
Type |
Description |
System.String |
|
Position
Declaration
public Vector3 Position { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
RepairPayment
Declaration
public float RepairPayment { get; set; }
Property Value
Type |
Description |
System.Single |
|
RequiredSkill
Declaration
public string RequiredSkill { get; set; }
Property Value
Type |
Description |
System.String |
|
Subscriptions
Declaration
public ref ThreadSafeSubscriptions Subscriptions { get; }
Property Value
Working
Declaration
public float Working { get; set; }
Property Value
Type |
Description |
System.Single |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods