Declared in CC3IOSExtensions.h

Overview

Extension category to support Cocos3D functionality.

Tasks

Properties

location

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

@property (nonatomic, readonly) CGPoint location

Discussion

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

Declared In

CC3IOSExtensions.h

stateName

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

@property (nonatomic, readonly) NSString *stateName

Declared In

CC3IOSExtensions.h

Instance Methods

cancel

Cancels this gesture recognizer.

- (void)cancel

Declared In

CC3IOSExtensions.h