Table of Contents

Class WaterFlowNode

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

Constructors

WaterFlowNode()

Properties

detailLevel
evaporationMultiplier
evaporationRate
flowMultiplier
flowRate
highQualityMode
iterationCount
iterationPerFrame
rainMultiplier
rainRate
waterSourceAmount
waterSourceMultiplier

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.