Interface IWorldLayerPuller
Assembly: Eco.Simulation.dll
Syntax
public interface IWorldLayerPuller : IWorldLayerRelationship
Properties
OutputLayer
Declaration
WorldLayer OutputLayer { get; }
Property Value
OutputLayerName
Declaration
string OutputLayerName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Apply(WorldArea)
Declaration
float Apply(WorldArea area)
Parameters
Returns
Type |
Description |
System.Single |
|
ApplyDestructive(WorldArea)
Declaration
float ApplyDestructive(WorldArea area)
Parameters
Returns
Type |
Description |
System.Single |
|