- getUiTextBounds
vec2 getUiTextBounds(UiTextRender* uiText, Font* font, UiTextAttributes attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateBlockTransforms
BlockTransforms updateBlockTransforms(float[ChainPart][BlockRow] partWidths, float[BlockRow] partHeights, CameraView cameraView, vec2 position, vec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateHorizontalChainTransforms
HorizontalChainTransforms updateHorizontalChainTransforms(float[ChainPart] partWidths, CameraView cameraView, vec2 position, vec2 size, Widget.PartDraws partDraws)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateLinesTransforms
LinesTransforms updateLinesTransforms(CameraView cameraView, vec2 position)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateQuadTransforms
QuadTransforms updateQuadTransforms(CameraView cameraView, vec2 position, vec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateUiTextTransforms
UiTextTransforms updateUiTextTransforms(UiTextRender* uiText, Font* font, UiTextTransforms oldTransforms, UiTextAttributes attrs, CameraView cameraView, vec2 position, vec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateVerticalChainTransforms
HorizontalChainTransforms updateVerticalChainTransforms(float[ChainPart] partWidths, CameraView cameraView, vec2 position, vec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.