Class SlotBase
[Serializable]
public abstract class SlotBase : ISlot
- Inheritance
-
SlotBase
- Implements
- Derived
- Inherited Members
Constructors
- SlotBase()
Creates an empty slot instance for serialization.
- SlotBase(string, SlotDirection, int)
Creates a named slot with a fixed direction and id.
Properties
- direction
Whether the slot is an input or an output.
- id
Slot identifier unique within the owning node.
- name
Display name shown in the graph editor.
Methods
- GetAdapter()
Returns an adapter describing how this slot connects to other slot types.