MCPcopy 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

drawSplineMethod · 0.45
createSceneMethod · 0.45

Calls 1

_updateViewFunction · 0.85

Tested by

no test coverage detected