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

Method SetSampleMode

olcPixelGameEngine.h:2040–2043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2038 }
2039
2040 void Sprite::SetSampleMode(olc::Sprite::Mode mode)
2041 {
2042 modeSample = mode;
2043 }
2044
2045 Pixel Sprite::GetPixel(const olc::vi2d& a) const
2046 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected