Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setWidth
Method
setWidth
MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void PolygonalSkin::setWidth(float _width)
76
{
77
mLineWidth = _width;
78
_updateView();
79
}
80
81
void PolygonalSkin::setStroke(size_t _value)
82
{
Callers
2
drawSpline
Method · 0.45
createScene
Method · 0.45
Calls
1
_updateView
Function · 0.85
Tested by
no test coverage detected