AEPStickerBaseTrack
@interface AEPStickerBaseTrack : AEPStickerTrack
* The base class of sticker track
-
* The id of sticker
Declaration
Objective-C
@property (nonatomic, readonly) int stickerId;
-
* The start time on timeline. (second)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval timelineIn;
-
* The end time on timeline. (second)
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval timelineOut;
-
* The Rotation
Declaration
Objective-C
@property (nonatomic, readonly) float rotation;
-
* is horizontal flip
Declaration
Objective-C
@property (nonatomic, readonly) BOOL mirror;
-
* The center point in normalized
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint normalizedCenter;
-
* The size in normlized
Declaration
Objective-C
@property (nonatomic, readonly) CGSize normalizedSize;
-
* The list of actions
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AEPAction *> *actions;