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

Method GetLazyFollowRate

examples/TEST_Camera2D.cpp:175–178  ·  view source on GitHub ↗

Get the velocity at which the lazy follower reaches tracked point

Source from the content-addressed store, hash-verified

173
174 // Get the velocity at which the lazy follower reaches tracked point
175 inline float GetLazyFollowRate() const
176 {
177 return m_fLazyFollowRate;
178 }
179
180 // Set distance from tracked point to start nudging screen
181 inline void SetEdgeTriggerDistance(const olc::vf2d& vEdge)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected