Show / Hide Table of Contents

Class SimStats

Inheritance
System.Object
SimStats
Namespace: Eco.Simulation.WorldLayers
Assembly: Eco.Simulation.dll
Syntax
public static class SimStats : Object

Fields

GetStatHolders

Declaration
public static ConcurrentBag<Func<object>> GetStatHolders
Field Value
Type Description
System.Collections.Concurrent.ConcurrentBag<System.Func<System.Object>>

LockObj

Declaration
public static object LockObj
Field Value
Type Description
System.Object

Methods

CollectStats(Double)

Declaration
public static void CollectStats(double delta)
Parameters
Type Name Description
System.Double delta

RecordStatProps(Int32, Object)

Declaration
public static void RecordStatProps(int timeSeconds, object statHolder)
Parameters
Type Name Description
System.Int32 timeSeconds
System.Object statHolder

Events

OnStatsCollected

Declaration
public static event Action OnStatsCollected
Event Type
Type Description
System.Action
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾