Table of Contents

Class ThermalErosionNode2

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

Constructors

ThermalErosionNode2()

Properties

enableFileSaving
erosionRate
iterationCount
iterationPerFrame
shouldSplitExecution

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

talusAngle
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.