PuppetNode

Undocumented in source.

Constructors

this
this(PuppetNode parent)
Undocumented in source.
this
this(Puppet puppet, PuppetNode parent)
Undocumented in source.

Members

Functions

draw
void draw(IRenderer render, Vecf position)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
void parseJSON(JSONValue json, Puppet puppet)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
zSort
float zSort()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
PuppetNode[] children;
enabled
bool enabled;

Do I need to display the node.

name
string name;
parent
PuppetNode parent;
Undocumented in source.
puppet
Puppet puppet;
Undocumented in source.
transform
Transform transform;
transformMatrix
float[4][4] transformMatrix;
Undocumented in source.
type
PuppetNodeType type;
uuid
UUID uuid;

identificator

zsort
float zsort;

zsort value

Inherited Members

From IDrawable

draw
void draw(IRenderer renderer, Vecf position)

draw object implemetation

Meta