CCDirectorDisplayLink Class Reference
Inherits from | CCDirectorIOS : CCDirector : CC_VIEWCONTROLLER |
Declared in | CCDirectorIOS.h CCDirectorMac.h |
Overview
DisplayLinkDirector is a Director that synchronizes timers with the refresh rate of the display.
Features and Limitations: – Only available on 3.1+ – Scheduled timers & drawing are synchronizes with the refresh rate of the display – Only supports animation intervals of 1/60 1/30 & 1/15
It is the recommended Director if the SDK is 3.1 or newer