All Data Structures Files Functions Variables Enumerations Enumerator Properties Defines
Public Member Functions | Protected Attributes
PauseMenuLayer Class Reference

#import <PauseMenuLayer.h>

Public Member Functions

(void) - animateIn
(void) - animateOut
(BOOL) - animating

Protected Attributes

CCSprite * menuPopup
CCSprite * HUDPopup
CCSprite * textOverlay
CCLabelBMFont * HUDTextLeft
CCLabelBMFont * HUDTextRight
CCMenu * pauseButtons
CCLayerColor * screenlock
int screenlockOpacity
BOOL animating

Detailed Description

Definition at line 14 of file PauseMenuLayer.h.


Member Function Documentation

- (void) animateIn

Nicely animates all the elements in

Definition at line 167 of file PauseMenuLayer.m.

- (void) animateOut

Nicely animates all the elements out

Definition at line 192 of file PauseMenuLayer.m.

- (BOOL) animating

Field Documentation

- (BOOL) animating [protected]

Returns whether the menu is currently animating

Returns:
if the menu's animating

Definition at line 28 of file PauseMenuLayer.h.

- (CCSprite*) HUDPopup [protected]

Definition at line 18 of file PauseMenuLayer.h.

- (CCLabelBMFont*) HUDTextLeft [protected]

Definition at line 21 of file PauseMenuLayer.h.

- (CCLabelBMFont*) HUDTextRight [protected]

Definition at line 22 of file PauseMenuLayer.h.

- (CCSprite*) menuPopup [protected]

Definition at line 17 of file PauseMenuLayer.h.

- (CCMenu*) pauseButtons [protected]

Definition at line 24 of file PauseMenuLayer.h.

- (CCLayerColor*) screenlock [protected]

Definition at line 25 of file PauseMenuLayer.h.

- (int) screenlockOpacity [protected]

Definition at line 26 of file PauseMenuLayer.h.

- (CCSprite*) textOverlay [protected]

Definition at line 19 of file PauseMenuLayer.h.


The documentation for this class was generated from the following files: