PuppetDrawable

Undocumented in source.

Members

Functions

generateVertexInfo
void generateVertexInfo()
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.

Variables

mesh
MeshData mesh;
vertInfo
VertexInfo!float vertInfo;

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