Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setLayer
Method
setLayer
src/Core/Graphics/Sprite.cpp:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void Sprite::setLayer(int layer)
144
{
145
m_layer = layer;
146
m_layerChanged = true;
147
}
148
149
void Sprite::setZDepth(int zdepth)
150
{
Callers
1
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected