MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getComponentDataBundle

Method getComponentDataBundle

src/engine/World.cpp:1172–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170}
1171
1172Components::ComponentAllocator::DataBundle WorldInstance::getComponentDataBundle()
1173{
1174 return m_Allocators->m_ComponentAllocator.getDataBundle();
1175}
1176
1177Textures::TextureAllocator& WorldInstance::getTextureAllocator()
1178{

Callers 2

updateMethod · 0.80
drawWorldFunction · 0.80

Calls 1

getDataBundleMethod · 0.80

Tested by

no test coverage detected