MCPcopy 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
73bool NavMeshRenderer::IsCollisionMeshVisible() {
74 return collision_mesh_visible_;
75}
76
77bool NavMeshRenderer::IsNavMeshVisible() {
78 return nav_mesh_visible_;

Callers 3

DrawMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected