Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addData
Method
addData
UnitTests/UnitTest_GraphView/AnimationGraph.h:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void addData(std::string_view _name, Ogre::Any _any) override
85
{
86
MyGUI::mapSet(mDatas, _name, _any);
87
}
88
89
private:
90
ConnectionReceiver mConnection;
Callers
1
createScene
Method · 0.80
Calls
1
mapSet
Function · 0.50
Tested by
no test coverage detected