Table of Contents

Class SmoothNode

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

Constructors

SmoothNode()

Properties

iterationCount
iterationPerFrame

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.