Table of Contents

Class TextureOutputNode

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

Constructors

TextureOutputNode()

Properties

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.

order
terrainLayer

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.