Interface IWorldLayerPusher
Assembly: Eco.Simulation.dll
Syntax
public interface IWorldLayerPusher : IWorldLayerRelationship
Properties
Dependencies
Declaration
WorldLayer[] Dependencies { get; }
Property Value
DependencyLayerNames
Declaration
string[] DependencyLayerNames { get; }
Property Value
Type |
Description |
System.String[] |
|
VoxelsPerEntry
Declaration
virtual int VoxelsPerEntry { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Apply(WorldArea, Single[], WorldLayerNeighborInfo[], Int32)
Declaration
void Apply(WorldArea area, float[] layerValues, WorldLayerNeighborInfo[] neighborValues, int length)
Parameters