AliyunRenderModel
@interface AliyunRenderModel : NSObject <NSCopying>
* The base mode of render API_AVAILABLE(3.22.0)
-
* the size of render API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) CGSize size; -
* the center position in parent node API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) CGPoint center; -
* The Rotation API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) CGFloat rotation; -
* is horizontal flip API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) BOOL isMirror; -
* The start time API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) NSTimeInterval startTime; -
* The duration API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) NSTimeInterval duration; -
* the strategy of autoresizing API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) int autoresizingMask; -
* the mode of render API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, readonly) AliyunRenderMode renderMode;
AliyunRenderModel Class Reference