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

Method GetMode

examples/TEST_Camera2D.cpp:95–98  ·  view source on GitHub ↗

Get the operational mode of this camera

Source from the content-addressed store, hash-verified

93
94 // Get the operational mode of this camera
95 inline Mode GetMode() const
96 {
97 return m_nMode;
98 }
99
100 // Get the position of the target being tracked by this camera
101 inline const olc::vf2d& GetTarget() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected