Declared in CCEffect_Private.h

CCEffectFunctionStitchFlags

Definition

typedef NS_ENUM(NSUInteger, CCEffectFunctionStitchFlags ) {
   CCEffectFunctionStitchBefore = 1 < < 0,
   CCEffectFunctionStitchAfter = 1 < < 1,
   CCEffectFunctionStitchBoth = ( CCEffectFunctionStitchBefore | CCEffectFunctionStitchAfter ),
};

Constants

CCEffectFunctionStitchBefore

Declared In CCEffect_Private.h.

CCEffectFunctionStitchAfter

Declared In CCEffect_Private.h.

CCEffectFunctionStitchBoth

Declared In CCEffect_Private.h.