MCPcopy Create free account
hub / github.com/MyGUI/mygui / setVisible

Method setVisible

MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:87–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void PolygonalSkin::setVisible(bool _visible)
88 {
89 if (mVisible == _visible)
90 return;
91
92 mVisible = _visible;
93 mGeometryOutdated = true;
94
95 if (nullptr != mNode)
96 mNode->outOfDate(mRenderItem);
97 }
98
99 void PolygonalSkin::setAlpha(float _alpha)
100 {

Callers

nothing calls this directly

Calls 1

outOfDateMethod · 0.45

Tested by

no test coverage detected