Table of Contents

Class ThinOutNode

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

Constructors

ThinOutNode()

Properties

maskMultiplier
seed

Seed value used by the implementing type when generating randomized results.

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.