MCPcopy Create free account
hub / github.com/axmolengine/axmol / getRenderFile

Method getRenderFile

core/ui/UILayout.cpp:1891–1897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1889}
1890
1891ResourceData Layout::getRenderFile()
1892{
1893 ResourceData rData;
1894 rData.type = (int)_bgImageTexType;
1895 rData.file = _backGroundImageFileName;
1896 return rData;
1897}
1898
1899} // namespace ui
1900}

Calls

no outgoing calls

Tested by 5

printWidgetResourcesMethod · 0.36
printWidgetResourcesMethod · 0.36
printWidgetResourcesMethod · 0.36
printWidgetResourcesMethod · 0.36
printWidgetResourcesMethod · 0.36