Difference between revisions of "Application:enableOnDemandDraw"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2022.9<br/> '''Class:''' Application<br/> === Description === Enable or disable on-demand rendering. When enabled, Gideros will render scre...")
(No difference)

Revision as of 13:36, 16 September 2022

Available since: Gideros 2022.9
Class: Application

Description

Enable or disable on-demand rendering. When enabled, Gideros will render screen if something has changed only, otherwise the screen is rendered at FPS rate.

application:enableOnDemandDraw(enable)

Parameters

enable: (boolean) wether to enable or disable on demand rendering