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

Method SetWorldOffset

extensions/olcPGEX_TransformedView.h:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 void TransformedView::SetWorldOffset(const olc::vf2d& vOffset)
255 {
256 m_vWorldOffset = vOffset;
257 }
258
259 void TransformedView::MoveWorldOffset(const olc::vf2d& vDeltaOffset)
260 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected