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

Method SetDecalStructure

olcPixelGameEngine.h:3484–3487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3482 }
3483
3484 void PixelGameEngine::SetDecalStructure(const olc::DecalStructure& structure)
3485 {
3486 nDecalStructure = structure;
3487 }
3488
3489 void PixelGameEngine::DrawPartialDecal(const olc::vf2d& pos, olc::Decal* decal, const olc::vf2d& source_pos, const olc::vf2d& source_size, const olc::vf2d& scale, const olc::Pixel& tint)
3490 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected