MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / StaticMeshVisual

Method StaticMeshVisual

src/logic/visuals/StaticMeshVisual.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace Logic;
11
12StaticMeshVisual::StaticMeshVisual(World::WorldInstance& world, Handle::EntityHandle entity)
13 : VisualController(world, entity)
14{
15}
16
17StaticMeshVisual::~StaticMeshVisual()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected