Table of Contents

Class CombineNode

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

Constructors

CombineNode()

Properties

backgroundMultiplier
foregroundMultiplier
maskMultiplier
mode

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.

SetupWithHint(string)

Applies an editor-supplied hint, typically from node search keywords or quick-create shortcuts.