Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Cocos2d for iPhone/iPad 中,如果ccp要制作 a CGPoint,是否有制作 a 的宏或函数CGSize?
ccp
CGPoint
CGSize
干得好
#define ccs(__W__, __H__) CGSizeMake(__W__, __H__)
不,但您可以轻松地制作自己的宏来执行此操作。实际上,如果您查看创建的 cocos 代码,ccp您会发现它确实非常基础。打开 ccmacros 文件并查看它。
我认为这有效:
CGSizeMake