cocos3d  2.0.0
Instance Methods | Properties | List of all members
CCDirector(CC3) Category Reference

#import <CC3CC2Extensions.h>

Instance Methods

(ccTime) - frameInterval
 
(ccTime) - frameRate
 
(BOOL) - hasScene
 

Properties

CCGLView * ccGLView
 
NSTimeInterval displayLinkTime
 

Detailed Description

Extension category to support cocos3d functionality.

Method Documentation

- (ccTime) frameInterval

Returns the time interval in seconds between the current render frame and the previous frame.

- (ccTime) frameRate

Returns the current rendering perfromance in average frames per second.

- (BOOL) hasScene

Returns whether this director has a CCScene either running or queued up.

Property Documentation

- (CCGLView*) ccGLView
readwritenonatomicretain

The OpenGL ES view, cast as the correct class.

- (NSTimeInterval) displayLinkTime
readnonatomicassign

Returns the timestamp of this director as derived from the display link that provide animation.


The documentation for this category was generated from the following file: