PuppetPart

Texture display node

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.
drawTexture
void drawTexture(IRenderer render, Texture texture, 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.

Variables

maskMode
MaskMode maskMode;
maskThreshold
float maskThreshold;
maskedBy
UUID[] maskedBy;
opacity
float opacity;
textures
uint[] textures;

Inherited Members

From PuppetDrawable

mesh
MeshData mesh;
vertInfo
VertexInfo!float vertInfo;
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.
generateVertexInfo
void generateVertexInfo()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta