Class WorldLayerSync
Inheritance
System.Object
WorldLayerSync
Assembly: Eco.Simulation.dll
Syntax
public class WorldLayerSync : AutoSingleton<WorldLayerSync>
Constructors
WorldLayerSync()
Declaration
Fields
Inited
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
PreTickActions
Declaration
public ThreadSafeAction PreTickActions
Field Value
Properties
Timer
Declaration
public PluginTickTimer<WorldLayerSync.TickSample> Timer { get; }
Property Value
Methods
OnServerStart()
Declaration
public void OnServerStart()
Reset()
Declaration
Tick()
Declaration
UpdateLayerTotals(WorldLayer)
Recalculates and updates the totals for a specific world layer
Declaration
public static void UpdateLayerTotals(WorldLayer layer)
Parameters