Show / Hide Table of Contents

Class WorldLayerSync.TickSample

Inheritance
System.Object
WorldLayerSync.TickSample
Implements
ITickSample
Namespace: Eco.Simulation.WorldLayers
Assembly: Eco.Simulation.dll
Syntax
public class TickSample : Object, ITickSample

Constructors

TickSample()

Declaration
public TickSample()

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

ITickSample
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾