Node.this

Constructs a new node with an GUID

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

Parameters

guid GUID

The GUID to apply to the node.

parent Node

The node to parent the new node to.

Meta