Node.this

Constructs a new puppet root node.

  1. this(Puppet parent)
    class Node
    @nogc @nogc
    this
    (
    Puppet parent
    )
  2. this(Node parent)
  3. this(GUID guid, Node parent)

Parameters

parent Puppet

The puppet this node will belong to.

Meta