MCPcopy Create free account
hub / github.com/comaps/comaps / GetType

Method GetType

libs/drape/static_texture.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96public:
97 StaticResourceInfo() : Texture::ResourceInfo(m2::RectF(0.0f, 0.0f, 1.0f, 1.0f)) {}
98 Texture::ResourceType GetType() const override { return Texture::ResourceType::Static; }
99};
100} // namespace
101

Callers 1

FindResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected