Class DistrictGameValue<T>
Inheritance
System.Object
DistrictGameValue<T>
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public abstract class DistrictGameValue<T> : GameValue<T>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IValidity, IDescribable
Type Parameters
Constructors
DistrictGameValue()
Declaration
protected DistrictGameValue()
Properties
Districts
Declaration
public GamePickerList<District> Districts { get; set; }
Property Value
Requirements
Declaration
public InsideOrOutside Requirements { get; set; }
Property Value
Methods
CheckPositionMatchesDistrictRequirements(Nullable<Vector3i>, String)
Declaration
protected Eval<bool> CheckPositionMatchesDistrictRequirements(Nullable<Vector3i> position, string objectName)
Parameters
Type |
Name |
Description |
System.Nullable<Vector3i> |
position |
|
System.String |
objectName |
|
Returns
Type |
Description |
Eval<System.Boolean> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods