Class PollutionPenalty
Inheritance
System.Object
PollutionPenalty
Assembly: Eco.Gameplay.dll
Syntax
public class PollutionPenalty : Object
Constructors
PollutionPenalty()
Declaration
public PollutionPenalty()
Properties
Enable
Declaration
public bool Enable { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaxPenaltyPercent
Declaration
public float MaxPenaltyPercent { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
MinPenaltyPercent
Declaration
public float MinPenaltyPercent { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
PenaltyScalingMode
Declaration
public string PenaltyScalingMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PollutionValueWherePenaltyStarts
Declaration
public float PollutionValueWherePenaltyStarts { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
PollutionValueWherePenaltyStopsIncreasing
Declaration
public float PollutionValueWherePenaltyStopsIncreasing { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Extension Methods