TuSDKStickerPositionInfo Class Reference

Inherits from NSObject
Declared in TuSDKPFSticker.h

  modelSize

贴纸模型尺寸

@property (nonatomic, readonly) CGSize modelSize

Declared In

TuSDKPFSticker.h

  designScreenSize

设计屏幕尺寸

@property (nonatomic, readonly) CGSize designScreenSize

Declared In

TuSDKPFSticker.h

  modelType

贴纸模型类型

@property (nonatomic, readonly) NSUInteger modelType

Declared In

TuSDKPFSticker.h

  posType

贴纸定位类型

@property (nonatomic, readonly) lsqStickerPositionType posType

Declared In

TuSDKPFSticker.h

  renderType

贴纸渲染类型

@property (nonatomic, readonly) lsqStickerRenderType renderType

Declared In

TuSDKPFSticker.h

  ratio

宽高比

@property (nonatomic, readonly) CGFloat ratio

Declared In

TuSDKPFSticker.h

  scale

贴纸缩放系数

@property (nonatomic, readonly) CGFloat scale

Declared In

TuSDKPFSticker.h

  offsetX

与定位参考点的X坐标位移

@property (nonatomic, readonly) CGFloat offsetX

Declared In

TuSDKPFSticker.h

  offsetY

与定位参考点的Y坐标位移

@property (nonatomic, readonly) CGFloat offsetY

Declared In

TuSDKPFSticker.h

  rotation

旋转系数

@property (nonatomic, readonly) CGFloat rotation

Declared In

TuSDKPFSticker.h

  frameInterval

每帧持续时间

@property (nonatomic, readonly) NSUInteger frameInterval

Declared In

TuSDKPFSticker.h

  loopMode

播放模式

@property (nonatomic, readonly) lsqStickerLoopMode loopMode

Declared In

TuSDKPFSticker.h

  loopStartIndex

动画循环起始帧索

@property (nonatomic, readonly) NSUInteger loopStartIndex

Declared In

TuSDKPFSticker.h

  resourceList

素材列表

@property (nonatomic) NSArray *resourceList

Declared In

TuSDKPFSticker.h

– initWithJson:

初始化

- (instancetype)initWithJson:(NSDictionary *)json

Parameters

json

Json字典

Declared In

TuSDKPFSticker.h

– hasAnimationSupported

是否支持动画

- (BOOL)hasAnimationSupported

Declared In

TuSDKPFSticker.h