MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / getWidth

Method getWidth

src/4JLibraries_Source/fui/node/FJ_FuiNode.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 this->m_renderNode->setScaleY(sY);
57}
58float FJ_FuiNode::getWidth() {
59 return this->m_renderNode->getWidth();
60}
61
62float FJ_FuiNode::getHeight() {
63 return this->m_renderNode->getHeight();

Callers 1

getOldWidthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected