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