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

Method setZDepth

src/Core/Graphics/Sprite.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 void Sprite::setZDepth(int zdepth)
150 {
151 m_zdepth = zdepth;
152 m_layerChanged = true;
153 }
154
155 void Sprite::setAntiAliasing(bool antiAliasing)
156 {

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected