AliyunRenderModel
@interface AliyunRenderModel : NSObject <NSCopying>
渲染基本数据模型 API_AVAILABLE(3.22.0)
-
大小 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) CGSize size; -
中心点位置 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) CGPoint center; -
旋转弧度 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) CGFloat rotation; -
镜像 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) BOOL isMirror; -
开始时间 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) NSTimeInterval startTime; -
持续时间 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) NSTimeInterval duration; -
自适应布局策略 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) int autoresizingMask; -
渲染模式 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) AliyunRenderMode renderMode;
AliyunRenderModel Class Reference