Class UserDef
Inheritance
System.Object
UserDef
Assembly: Eco.Gameplay.dll
Syntax
public class UserDef : AutoSingleton<UserDef>
Constructors
UserDef()
Declaration
Properties
BaseCaloriesUsesPerDay
Declaration
public float BaseCaloriesUsesPerDay { get; set; }
Property Value
Type |
Description |
System.Single |
|
DigestionDays
Declaration
public float DigestionDays { get; set; }
Property Value
Type |
Description |
System.Single |
|
MaxWasteCalories
Declaration
public float MaxWasteCalories { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinCaloriesPenalty
Declaration
public float MinCaloriesPenalty { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float MinPerformanceByCalories { get; set; }
Property Value
Type |
Description |
System.Single |
|
MinSpeedPenalty
Declaration
public float MinSpeedPenalty { get; set; }
Property Value
Type |
Description |
System.Single |
|
StandardBodyMass
Declaration
public float StandardBodyMass { get; set; }
Property Value
Type |
Description |
System.Single |
|
StartingCalories
Declaration
public float StartingCalories { get; set; }
Property Value
Type |
Description |
System.Single |
|
StartingNutrients
Declaration
public Nutrients StartingNutrients { get; set; }
Property Value
Extension Methods