| 125 | void fuiRenderNode::shutdown() {}; |
| 126 | |
| 127 | void fuiRenderNode::disableCtor() { |
| 128 | this->m_flags &= ~FLAG_CTOR_ENABLED; |
| 129 | } |
| 130 | |
| 131 | void fuiRenderNode::setAlpha(float a) { |
| 132 | this->m_renderColor.m_a = a; |
nothing calls this directly
no outgoing calls
no test coverage detected