PinballTable Class Reference
Tasks
Other Methods
-
+ node
allocates and initializes a node. The node will be created as “autorelease”.
Other Methods
-
– init
initializes the node
-
– dealloc
-
– initBox2dWorld
-
– enableBox2dDebugDrawing
-
– update:
-
– draw
Override 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];