PuppetPathDeform

Constructors

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

Members

Variables

bindings
PuppetJointBindingData[] bindings;
Undocumented in source.
joints
Vecf[] joints;
Undocumented in source.

Inherited Members

From PuppetNode

type
PuppetNodeType type;
uuid
UUID uuid;

identificator

name
string name;
enabled
bool enabled;

Do I need to display the node.

zsort
float zsort;

zsort value

transform
Transform transform;
children
PuppetNode[] children;
transformMatrix
float[4][4] transformMatrix;
Undocumented in source.
parent
PuppetNode parent;
Undocumented in source.
puppet
Puppet puppet;
Undocumented in source.
zSort
float zSort()
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.
draw
void draw(IRenderer render, Vecf position)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta