#import "CC3PerformanceStatistics.h"#import "cocos2d.h"#import "ES1Renderer.h"Classes | |
| class | CC3NodeDrawingVisitor |
| CC3NodeDrawingVisitor is a CC3NodeVisitor that is passed to a node when it is visited during drawing operations. More... | |
| class | CC3NodePickingVisitor |
| CC3NodePickingVisitor is a CC3NodeDrawingVisitor that is passed to a node when it is visited during node picking operations using color-buffer based picking. More... | |
| class | CC3NodeTransformingVisitor |
| CC3NodeTransformingVisitor is a CC3NodeVisitor that is passed to a node when it is visited during transformation operations. More... | |
| class | CC3NodeUpdatingVisitor |
| CC3NodeUpdatingVisitor is a CC3NodeVisitor that is passed to a node when it is visited during updating and transforming operations. More... | |
| class | CC3NodeVisitor |
| A CC3NodeVisitor is a context object that is passed to a node when it is visited during a traversal of the node hierarchy. More... | |
1.7.2