Class StandardFurnishedRoomValue
Inheritance
System.Object
StandardFurnishedRoomValue
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class StandardFurnishedRoomValue : RoomValue, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
StandardFurnishedRoomValue(PropertyType)
Declaration
public StandardFurnishedRoomValue(PropertyType type)
Parameters
Fields
RoomCategory
Declaration
public RoomCategory RoomCategory
Field Value
Tier
Declaration
Field Value
Val
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
AppliesToPropertyType
Declaration
public override PropertyType AppliesToPropertyType { get; }
Property Value
Overrides
Title
Declaration
public override LocString Title { get; }
Property Value
Overrides
TitleLink
Declaration
public override LocString TitleLink { get; }
Property Value
Overrides
Value
Declaration
public override float Value { get; }
Property Value
Type |
Description |
System.Single |
|
Overrides
Methods
CalculateValue(RoomStats)
Declaration
public override void CalculateValue(RoomStats stats)
Parameters
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods