MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / IsCollisionNavMeshVisible

Method IsCollisionNavMeshVisible

Source/Main/scenegraph.cpp:1893–1895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1891}
1892
1893bool SceneGraph::IsCollisionNavMeshVisible() {
1894 return nav_mesh_renderer_.IsCollisionMeshVisible();
1895}
1896
1897bool SceneGraph::AddDynamicDecal(DecalObject* decal) {
1898 if (dynamic_decals.size() >= kMaxDynamicDecals) {

Callers 3

DrawSceneMethod · 0.80
DrawImGuiFunction · 0.80

Calls 1

Tested by

no test coverage detected