AliyunCustomAction
@interface AliyunCustomAction : AliyunAction
* A class that defines custom animations.
-
* The vertex shader of this custom animation.
Declaration
Objective-C
@property (nonatomic, copy) NSString *vertexShader;
-
* The fragment shader of this custom animation.
Declaration
Objective-C
@property (nonatomic, copy) NSString *fragmentShader;
-
* The parameters of the fragment shader.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary *customUniformsMapper;
-
Deprecated
deprecated
* Initializer.
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict;
Parameters
dict
The initialization parameter.
Return Value
A custom animation object.