TimerManager:EnableAveraging

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxEnableAveraging( * Whether ot not to enable the averaging. )
Description:
Enables or disables the averaging of time measurements done each Update(). These help smooth out and prevent choppy animation.
ReturnsNone.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools