AEPStickerBaseTrack

@interface AEPStickerBaseTrack : AEPStickerTrack

贴子基础类

  • 贴纸ID

    Declaration

    Objective-C

    @property (nonatomic, readonly) int stickerId;
  • 时间线上的开始时间(秒)

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSTimeInterval timelineIn;
  • 时间线上的结束时间(秒)

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSTimeInterval timelineOut;
  • 旋转角度

    Declaration

    Objective-C

    @property (nonatomic, readonly) float rotation;
  • 镜像

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL mirror;
  • 归一化中心点位置

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGPoint normalizedCenter;
  • 归一化大小

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGSize normalizedSize;
  • 动画效果列表

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSArray<AEPAction *> *actions;