Is OnRender in a separate thread?

Monkey Forums/Monkey Programming/Is OnRender in a separate thread?

benmc(Posted 2011) [#1]
If I have a lot of work being done in OnUpdate() (more than can be done in FPS), will OnRender() run more often than my OnUpdate()? On all build targets?


muddy_shoes(Posted 2011) [#2]
Short answer, no. Longer answer:

http://monkeycoder.co.nz/Community/posts.php?topic=1017#8788