AEPCustomAction

@interface AEPCustomAction : AEPAction

* A class that defines custom animations.

  • * The fragment shader of this custom animation.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *fragmentShader;
  • * The vertex shader of this custom animation.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *vertexShader;
  • * The parameters of the fragment shader.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSDictionary *uniforms;