MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / SetLayerScale

Method SetLayerScale

olcPixelGameEngine.h:2588–2591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2586 }
2587
2588 void PixelGameEngine::SetLayerScale(uint8_t layer, const olc::vf2d& scale)
2589 {
2590 SetLayerScale(layer, scale.x, scale.y);
2591 }
2592
2593 void PixelGameEngine::SetLayerScale(uint8_t layer, float x, float y)
2594 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected