Public Member Functions | Properties

UIGestureRecognizer(CC3) Class Reference

Extension category to support cocos3d functionality. More...

#import <CC3IOSExtensions.h>

List of all members.

Public Member Functions

(void) - cancel

Properties

CGPoint location
NSString * stateName

Detailed Description

Extension category to support cocos3d functionality.


Member Function Documentation

- (void) cancel

Cancels this gesture recognizer.


Property Documentation

- (CGPoint) location [read, assign]

Returns the location of the gesture in the view to which this recognizer is attached.

This is a convenience property that returns the same result as invoking locationInView: with the value of the view property of this recognizer.

- (NSString*) stateName [read, assign]

Returns the name of the current value of the state property.


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