Interface INode
Core contract implemented by every serialized graph node.
public interface INode : IHasID, IGroupable
- Inherited Members
- Extension Methods
Properties
- visualState
Editor-only visual state stored with the node.
Methods
- GetInputSlots()
Returns the input slots currently exposed by the node.
- GetOutputSlots()
Returns the output slots currently exposed by the node.
- GetSlot(int)
Finds a slot by its per-node slot id.
- ShallowCopy()
Creates a shallow copy suitable for duplication workflows such as copy/paste.