NodeSlot.this

Create a new node slot and optionally place a node within.

  1. this(NodeParams params, T node)
    class NodeSlot(T : Node)
    this
    (,
    T node = null
    )
  2. this(Layout layout, T node)
  3. this(T node)
  4. this(Layout layout)

Meta