AEPRotateBaseAction
@interface AEPRotateBaseAction : AEPAction
* The rotate aciton base class
-
* The rotation direction.
true indicates clockwise. false indicates counter-clockwise.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL clockwise; -
* The initial angle.
Unit: radians.
Declaration
Objective-C
@property (nonatomic, readonly) float from; -
* The center of rotate
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint normalizedCenter; -
* The CoordinateSpace of Center Point
Declaration
Objective-C
@property (nonatomic, readonly) AliyunActionCoordinateSpace coordinateSpace;
AEPRotateBaseAction Class Reference