Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ init
Method
init
core/2d/MenuItem.cpp:614–617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
612
}
613
614
bool MenuItemImage::init()
615
{
616
return initWithNormalImage(
""
,
""
,
""
, (const ccMenuCallback&)nullptr);
617
}
618
619
MenuItemImage* MenuItemImage::create(std::string_view normalImage, std::string_view selectedImage)
620
{
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected