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

Method SetLazyFollowRate

examples/TEST_Camera2D.cpp:169–172  ·  view source on GitHub ↗

Set the velocity at which the lazy follower reaches tracked point

Source from the content-addressed store, hash-verified

167
168 // Set the velocity at which the lazy follower reaches tracked point
169 inline void SetLazyFollowRate(const float fRate)
170 {
171 m_fLazyFollowRate = fRate;
172 }
173
174 // Get the velocity at which the lazy follower reaches tracked point
175 inline float GetLazyFollowRate() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected