AliyunTransitionEffectPolygon
@interface AliyunTransitionEffectPolygon : AliyunTransitionEffect
* A class that defines polygon transitions.
-
* The number of sides in the polygon.
n >= 3
Declaration
Objective-C
@property (nonatomic) int n;
-
Deprecated
deprecated
* Initializer.
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict;
Parameters
dict
The initialization parameter.
Return Value
A polygon transition object.