| 61 | } |
| 62 | |
| 63 | UIIcon* Plugin::findIcon( const std::string& iconName ) { |
| 64 | return getManager()->getUISceneNode()->findIcon( iconName ); |
| 65 | } |
| 66 | |
| 67 | Drawable* Plugin::iconDrawable( const std::string& iconName, Float dpSize ) { |
| 68 | UIIcon* icon = findIcon( iconName ); |
nothing calls this directly
no test coverage detected