Class WorldLayerSync.TickSample
Inheritance
System.Object
WorldLayerSync.TickSample
Assembly: Eco.Simulation.dll
Syntax
public class TickSample : Object, ITickSample
Constructors
TickSample()
Declaration
Properties
Climate
Declaration
public double Climate { get; set; }
Property Value
Type |
Description |
System.Double |
|
PostTick
Declaration
public double PostTick { get; set; }
Property Value
Type |
Description |
System.Double |
|
PreTick
Declaration
public double PreTick { get; set; }
Property Value
Type |
Description |
System.Double |
|
PreTickActions
Declaration
public double PreTickActions { get; set; }
Property Value
Type |
Description |
System.Double |
|
Pull
Declaration
public double Pull { get; set; }
Property Value
Type |
Description |
System.Double |
|
Push
Declaration
public double Push { get; set; }
Property Value
Type |
Description |
System.Double |
|
RecordHistory
Declaration
public double RecordHistory { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeTotal
Declaration
public double TimeTotal { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements