UIPanGestureRecognizer(CC3) Category Reference
Declared in | CC3IOSExtensions.h |
Properties
translation
Returns the translation of the gesture in the view to which this recognizer is attached.
@property (nonatomic, readonly) CGPoint translation
Discussion
This is a convenience property that returns the same result as invoking translationInView: with the value of the view property of this recognizer.
Declared In
CC3IOSExtensions.h
velocity
Returns the velocity of the gesture in the view to which this recognizer is attached.
@property (nonatomic, readonly) CGPoint velocity
Discussion
This is a convenience property that returns the same result as invoking velocityInView: with the value of the view property of this recognizer.
Declared In
CC3IOSExtensions.h