Table of Contents

Class InstanceOutputNodeBase

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

Constructors

InstanceOutputNodeBase()

Properties

densityMultiplier
horizontalScaleMultiplier
isBypassed

Indicates whether the node should forward data through Bypass(GraphContext) instead of executing normally.

mainOutputSlot

Reference to the slot treated as the node's main graph output.

maxRotation
minRotation
rotationMultiplier
seed

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

verticalScaleMultiplier

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.