Table of Contents

Class ErosionNode

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.BigWorld.Runtime.dll
public class ErosionNode : ImageNodeBase, INode, IHasID, IGroupable
Inheritance
ErosionNode
Implements
Inherited Members

Constructors

ErosionNode()

Properties

depositionRate
enableFileSaving
erosionRate
evaporationRate
iterationCount
iterationPerFrame
rainOverTime
rainRate
sedimentCapacity
shouldSplitExecution

Indicates whether the graph executor may split this node's work across frames when split execution is enabled.

talusAngle
thermalErosionProportion
useMultiResolution

Methods

Execute(GraphContext)

Default coroutine execution path that runs ExecuteImmediate(GraphContext) and yields once.

ExecuteImmediate(GraphContext)

Executes the node synchronously using the supplied graph context.