- renderBlock
void renderBlock(Theme theme, Block block, BlockTransforms transforms, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderColorLines
void renderColorLines(Theme theme, LinesGeometry geometry, vec4 color, LinesTransforms transforms)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderColorQuad
void renderColorQuad(Theme theme, Geometry geometry, vec4 color, QuadTransforms transforms)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderHorizontalChain
void renderHorizontalChain(Theme theme, StatefulChain chain, HorizontalChainTransforms transforms, Widget.PartDraws partDraws, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderHorizontalChain
void renderHorizontalChain(Theme theme, Chain chain, HorizontalChainTransforms transforms, Widget.PartDraws partDraws, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderHorizontalChain
void renderHorizontalChain(Theme theme, TextureQuad[ChainPart] parts, Texture2DCoords[ChainPart] texCoords, HorizontalChainTransforms transforms, Widget.PartDraws partDraws, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderTexAtlasQuad
void renderTexAtlasQuad(Theme theme, StatefulTexAtlasTextureQuad quad, QuadTransforms transforms, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderTexAtlasQuad
void renderTexAtlasQuad(Theme theme, TexAtlasTextureQuad quad, QuadTransforms transforms, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderTexAtlasQuad
void renderTexAtlasQuad(Theme theme, Geometry geometry, Texture2D texture, Texture2DCoords texCoord, QuadTransforms transforms, float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderUiText
void renderUiText(Theme theme, StatefulUiText text, UiTextTransforms transforms)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderUiText
void renderUiText(Theme theme, UiTextRender text, UiTextAttributes attrs, UiTextTransforms transforms)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderVerticalChain
void renderVerticalChain(Theme theme, TextureQuad[ChainPart] parts, Texture2DCoords[ChainPart] texCoords, HorizontalChainTransforms transforms)
Undocumented in source. Be warned that the author may not have intended to support it.