- draw
void draw(IRenderer render, Vecf position)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
void load(string file)
Loads a puppet from a file.
- loadFromMem
void loadFromMem(ubyte[] data)
Loads a puppet from a mem.
- nodesDrawsToString
string nodesDrawsToString()
Undocumented in source. Be warned that the author may not have intended to support it.
- parseJSON
void parseJSON(JSONValue json)
- scan
void scan(PuppetNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- sortNodeDraw
void sortNodeDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- toJSON
JSONValue toJSON()
- toRaw
ubyte[] toRaw()
- update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.