Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ pushTexture
Method
pushTexture
src/Core/Animation/AnimationGroup.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void AnimationGroup::pushTexture(const Graphics::Texture& texture)
31
{
32
m_groupList.push_back(texture);
33
}
34
35
void AnimationGroup::removeTextureByIndex(std::size_t index)
36
{
Callers
1
loadGroups
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected