MCPcopy 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.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected