CCBlendFunc
CCBlendFunc
Cocos2DBlend Function used for textures
Type: Struct
Constructors
CCBlendFunc(int, int)
Fields
Additive(Cocos2D.CCBlendFunc)
AlphaBlend(Cocos2D.CCBlendFunc)
Destination(System.Int32)
destination blend function
NonPremultiplied(Cocos2D.CCBlendFunc)
Opaque(Cocos2D.CCBlendFunc)
Source(System.Int32)
source blend function
Methods
Equals(object)
System.Boolean Equals(object)(System.Object obj)Parameters:
obj (System.Object)Returns:
System.BooleanExample
GetHashCode()
System.Int32 GetHashCode()()Returns:
System.Int32Example