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

Method ModelVisual

src/logic/visuals/ModelVisual.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121};
122
123ModelVisual::ModelVisual(World::WorldInstance& world, Handle::EntityHandle entity)
124 : VisualController(world, entity)
125 , m_LastKnownAnimationState(static_cast<size_t>(-1))
126{
127}
128
129ModelVisual::~ModelVisual()
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected