Properties

UIPanGestureRecognizer(CC3) Class Reference

Extension category to support cocos3d functionality. More...

#import <CC3IOSExtensions.h>

List of all members.

Properties

CGPoint translation
CGPoint velocity

Detailed Description

Extension category to support cocos3d functionality.


Property Documentation

- (CGPoint) translation [read, assign]

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

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

- (CGPoint) velocity [read, assign]

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

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


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