Puppet.this

Constructs a new, empty puppet.

  1. this(TextureCache cache, Node root)
    class Puppet
    @nogc
    this
    (
    TextureCache cache = null
    ,
    Node root = null
    )
  2. this(Node root)

Parameters

cache TextureCache

The texture cache to use during construction.

root Node

The node to put as the root of the puppet.

Meta