Class ThinOutAlongNode
public class ThinOutAlongNode : ExecutableNodeBase, INode, IHasID, IGroupable, IHasDynamicSlotCount
- Inheritance
-
ThinOutAlongNode
- Implements
- Inherited Members
Constructors
Properties
Methods
- Bypass(GraphContext)
Default bypass behavior that forwards the first input slot to the first output slot when both slots share the same data type.
- ExecuteImmediate(GraphContext)
Executes the node synchronously using the supplied graph context.
- GetInputSlots()
Returns the public slot fields whose direction is Pinwheel.Vista.Graph.SlotDirection.Input.
- GetOutputSlots()
Returns the public slot fields whose direction is Pinwheel.Vista.Graph.SlotDirection.Output.
- GetSlot(int)
Finds a public slot field whose slot id matches the requested value.
Events
- slotsChanged
Raised when the node adds, removes, or restructures its slots.