学习cocos2d-x中应用到的软件设计模式


1.单例:

CCDirector:sharedDirector


2.工厂方法:

create( ... )


3.观察者模式:

消息的分发:NotificationCenter   EventDispather   CCTouchDispatcher


4.委托模式:

delegate

你可能感兴趣的:(学习cocos2d-x中应用到的软件设计模式)