Show / Hide Table of Contents

Interface IWorldLayerPusher

Inherited Members
IWorldLayerRelationship.DescribeParameterized(WorldArea)
IWorldLayerRelationship.DescribeGeneral
Namespace: Eco.Simulation.WorldLayers
Assembly: Eco.Simulation.dll
Syntax
public interface IWorldLayerPusher : IWorldLayerRelationship

Properties

Dependencies

Declaration
WorldLayer[] Dependencies { get; }
Property Value
Type Description
WorldLayer[]

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
Type Name Description
WorldArea area
System.Single[] layerValues
WorldLayerNeighborInfo[] neighborValues
System.Int32 length
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾