Table of Contents

Struct SlotRef

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll
[Serializable]
public struct SlotRef : IEquatable<SlotRef>
Implements
Inherited Members

Constructors

SlotRef(string, int)

Creates a slot reference from a node id and slot id pair.

Properties

nodeId

Identifier of the node that owns the referenced slot.

slotId

Identifier of the referenced slot within the owning node.

Methods

Equals(SlotRef)

Compares both the node id and slot id.

ToString()

Returns a compact debug string containing the slot id and node id.