摘要:
//WidgetSlideListView.hclass WidgetEaseInListView : public cocos2d::gui::UIListView{public: static WidgetEaseInListView* create(cocos2d::gui::UIListView* pAnthor=NULL); void doEaseIn(bool bRight2Left=true);protected: virtual void copySpecialProperties(cocos2d::gui::Widget* model);protected: virtual 阅读全文
摘要:
效果图//ShadowLayer.hclass ShadowLayer : public CCLayer{protected: ShadowLayer() :m_pRender(NULL) ,m_pShadow(NULL) {} ~ShadowLayer() { CC_SAFE_RELEASE(m_pRender); CC_SAFE_RELEASE(m_pShadow); }public: static ShadowLayer* create(CCNode* pRender,const CCPoint& ptOffse... 阅读全文