Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ IsCollisionMeshVisible
Method
IsCollisionMeshVisible
Source/Graphics/navmeshrenderer.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool NavMeshRenderer::IsCollisionMeshVisible() {
74
return collision_mesh_visible_;
75
}
76
77
bool NavMeshRenderer::IsNavMeshVisible() {
78
return nav_mesh_visible_;
Callers
3
Draw
Method · 0.80
Update
Method · 0.80
IsCollisionNavMeshVisible
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected