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

Method getHeight

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

Source from the content-addressed store, hash-verified

60}
61
62float FJ_FuiNode::getHeight() {
63 return this->m_renderNode->getHeight();
64}
65
66void FJ_FuiNode::setWidth(float width) {
67 this->m_renderNode->setWidth(width);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected