Table of Contents

Method GetName

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GetName(string, int)

Builds the canonical pool identifier used for a node output slot.

public static string GetName(string nodeId, int slotId)

Parameters

nodeId string

The node identifier.

slotId int

The output slot identifier on that node.

Returns

string

A stable string key in the form nodeId_slotId.