Class SleepConfig
Inheritance
System.Object
SleepConfig
Assembly: Eco.Gameplay.dll
Syntax
public class SleepConfig : Object
Constructors
SleepConfig()
Declaration
Properties
AllowFastForward
Declaration
public bool AllowFastForward { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SleepTimePassMultiplier
Declaration
public double SleepTimePassMultiplier { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeToReachMaximumTimeRate
Declaration
public double TimeToReachMaximumTimeRate { get; set; }
Property Value
Type |
Description |
System.Double |
|
Extension Methods