CCEffectFunctionStitchFlags Constants Reference
| Declared in | CCEffect_Private.h |
CCEffectFunctionStitchFlags
Definition
typedef NS_ENUM(NSUInteger, CCEffectFunctionStitchFlags ) {
CCEffectFunctionStitchBefore = 1 < < 0,
CCEffectFunctionStitchAfter = 1 < < 1,
CCEffectFunctionStitchBoth = ( CCEffectFunctionStitchBefore | CCEffectFunctionStitchAfter ),
};