MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / attachResourceManager

Method attachResourceManager

src/Core/Graphics/Sprite.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void Sprite::attachResourceManager(Engine::ResourceManager& resources)
88 {
89 this->setAntiAliasing(resources.defaultAntiAliasing);
90 ResourceManagedObject::attachResourceManager(resources);
91 }
92
93 std::string_view Sprite::type() const
94 {

Callers

nothing calls this directly

Calls 1

setAntiAliasingMethod · 0.95

Tested by

no test coverage detected