Interface IStartupWorldLayerPuller
Interface extending IWorldLayerPuller with ApplyStartupValue which pulls startup value based on current world state.
Inherited Members
Namespace: Eco.Simulation.WorldLayers
Assembly: Eco.Simulation.dll
Syntax
public interface IStartupWorldLayerPuller : IWorldLayerPuller, IWorldLayerRelationship
Methods
GetStartupValue(Vector2i, WorldArea)
Declaration
float GetStartupValue(Vector2i layerPos, WorldArea area)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2i | layerPos | |
| WorldArea | area |
Returns
| Type | Description |
|---|---|
| System.Single |