36GUITextureNode::GUITextureNode(
44 const string& backgroundImage,
46 const GUIColor& backgroundImageEffectColorMul,
47 const GUIColor& backgroundImageEffectColorAdd,
71 backgroundImageScale9Grid,
72 backgroundImageEffectColorMul,
73 backgroundImageEffectColorAdd,
78 requestedDimensionConstraints,
100 Engine::getInstance()->getTextureManager()->removeTexture(
texture->
getId());
112 if (this->texture ==
texture)
return;
113 if (this->texture !=
nullptr) {
114 Engine::getInstance()->getTextureManager()->removeTexture(this->texture->
getId());
125 textureId = Engine::getInstance()->getTextureManager()->addTexture(
texture, 0);
const string & getId() const
int32_t getHeight() const
GUI element node conditions.
GUI node requested constraints requested constraints type enum.
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
void dispose() override
Dispose node.
const string getNodeType() override
void dispose() override
Dispose node.
void setTexture(Texture *texture)
Set texture.
void releaseReference()
releases a reference, thus decrementing the counter and delete it if reference counter is zero
void acquireReference()
acquires a reference, incrementing the counter
GUI node clipping entity.
GUI node computed constraints.
GUI node requested constraints entity.
GUI node scale 9 grid entity.