Public Member Functions | Static Public Member Functions | Protected Attributes

IncomingMarker Class Reference

They are the small warning signs that appear at the screen borders when a new object is moving in from outside the screen. More...

#import <IncomingMarker.h>

List of all members.

Public Member Functions

(id) - init
 initializes IncomingMarker class and returns an instance of the class, you must take care of allocating the object yourself
(void) - addMarkerForPosition:inDirection:
 adds an incoming warning marker for this objects that stays visible for a certain time.
(void) - dealloc [implementation]
(void) - checkMarkerRemove: [implementation]

Static Public Member Functions

(id) + incomingMarker
 initializes IncomingMarker class and returns an autoreleased instance of the class

Protected Attributes

CCTexture2D * markerTexture
CGRect markerPositionRect

Detailed Description

They are the small warning signs that appear at the screen borders when a new object is moving in from outside the screen.


Member Function Documentation

- (void) addMarkerForPosition: (CGPoint)  position
inDirection: (float)  objectDirection 

adds an incoming warning marker for this objects that stays visible for a certain time.

- (void) checkMarkerRemove: (ccTime)  delta   [implementation]
- (void) dealloc   [implementation]
+ (id) incomingMarker  

initializes IncomingMarker class and returns an autoreleased instance of the class

- (id) init  

initializes IncomingMarker class and returns an instance of the class, you must take care of allocating the object yourself


Member Data Documentation

- (CGRect) markerPositionRect [protected]
- (CCTexture2D*) markerTexture [protected]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties