PinballTable Class Reference
Tasks
Other Methods
-
+ nodeallocates and initializes a node. The node will be created as “autorelease”.
Other Methods
-
– initinitializes the node
-
– dealloc -
– initBox2dWorld -
– enableBox2dDebugDrawing -
– update: -
– drawOverride this method to draw your own node. You should use cocos2d’s GL API to enable/disable the GL state / shaders. For further info, please see ccGLstate.h. You shall NOT call [super draw];