Node.this

Constructs a new node

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

Parameters

parent Node

The node to parent the new node to.

Meta