Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ getColliderAmount
Method
getColliderAmount
src/Core/Scene/Scene.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
std::size_t Scene::getColliderAmount() const
100
{
101
return m_colliderArray.size();
102
}
103
104
std::string Scene::getFilePath() const
105
{
Callers
1
Scene.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected