Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ getSpriteWidth
Method
getSpriteWidth
src/Core/Graphics/Sprite.cpp:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
double Sprite::getSpriteWidth() const
277
{
278
return m_sprite.getGlobalBounds().width;
279
}
280
281
double Sprite::getSpriteHeight() const
282
{
Callers
nothing calls this directly
Calls
1
getGlobalBounds
Method · 0.45
Tested by
no test coverage detected