![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
Public Member Functions | |
(void) | - performBlock: |
(void) | - performBlock:waitUntilDone: |
(void) | - performBlock:withObject:waitUntilDone: |
- (void) performBlock: | (void) | block |
performs a block on the thread. It won't wait until it is done.
- (void) performBlock: | (void) | block | |
waitUntilDone: | (BOOL) | wait | |
performs a block on the thread.
- (void) performBlock: | (id param) | block | |
withObject: | (id) | object | |
waitUntilDone: | (BOOL) | wait | |
performs a block on the thread.