Conforms to NSObject
Declared in CCProtocols.h

Overview

You can specify the blending function.

Tasks

  • – setBlendFunc:

    set the source blending function for the texture

    required method
  • – blendFunc

    returns the blending function used for the texture

    required method

Instance Methods

blendFunc

returns the blending function used for the texture

- (ccBlendFunc)blendFunc

Declared In

CCProtocols.h

setBlendFunc:

set the source blending function for the texture

- (void)setBlendFunc:(ccBlendFunc)blendFunc

Declared In

CCProtocols.h