Puppet

Members

Functions

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.

Variables

dataTexture
Image[] dataTexture;
meta
PuppetMeta meta;

Puppet information

node
PuppetNode node;
nodesDraw
PuppetNode[] nodesDraw;
Undocumented in source.

Inherited Members

From IDrawable

draw
void draw(IRenderer renderer, Vecf position)

draw object implemetation

Meta