首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
cctextureprotocol专题
CCProtocols(各种协议CCRGBAProtocol:函数-透明度是否改变RGB、颜色是否下传。混合协议+CCTextureProtocol+字体协议+导演协议 )
#ifndef __CCPROTOCOLS_H__ #define __CCPROTOCOLS_H__ #include "ccTypes.h" #include "textures/CCTexture2D.h" #include <string> NS_CC_BEGIN /** * RGBA protocol that affects CCNode
阅读更多...