AliyunTemplateNode
@interface AliyunTemplateNode : NSObject
* A class that defines the node for applying the template. API_AVAILABLE(3.27.0)
-
* The key of node that identify the replace source
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *nodeKey;
-
* The key of node’s content can be lock or not
Declaration
Objective-C
@property (nonatomic, readonly, getter=isLock) BOOL lock;
-
* The start time of the node
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval timelineIn;
-
* The end time of the node
Declaration
Objective-C
@property (nonatomic, readonly) NSTimeInterval timelineOut;
-
* The render frame of the node
Declaration
Objective-C
@property (nonatomic, readonly) CGRect frame;
-
* The rotation of the node
Declaration
Objective-C
@property (nonatomic, readonly) float rotation;
-
* The infomation of the node
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *info;